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

<https://eurobis.org/id/point/5730__IMR-Coral-1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.5667 21.75)"^^geo:wktLiteral ;
  geo-pos:lat "70.5667"^^xsd:decimal ;
  geo-pos:long "21.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '21.75'^^xsd:double;
  dwc:latitude '70.5667'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.4833 21.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.4833"^^xsd:decimal ;
  dwc:decimalLongitude "21.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.4833 21.9333)"^^geo:wktLiteral ;
  geo-pos:lat "70.4833"^^xsd:decimal ;
  geo-pos:long "21.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-2'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '21.9333'^^xsd:double;
  dwc:latitude '70.4833'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-2'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.4333 22.7332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.4333"^^xsd:decimal ;
  dwc:decimalLongitude "22.7332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.4333 22.7332)"^^geo:wktLiteral ;
  geo-pos:lat "70.4333"^^xsd:decimal ;
  geo-pos:long "22.7332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-3'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '22.7332'^^xsd:double;
  dwc:latitude '70.4333'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-3'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-4> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.2667 22.3667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.2667"^^xsd:decimal ;
  dwc:decimalLongitude "22.3667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-4>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.2667 22.3667)"^^geo:wktLiteral ;
  geo-pos:lat "70.2667"^^xsd:decimal ;
  geo-pos:long "22.3667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-4'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '22.3667'^^xsd:double;
  dwc:latitude '70.2667'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-4'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-5> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.265 22.475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.265"^^xsd:decimal ;
  dwc:decimalLongitude "22.475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-5>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.265 22.475)"^^geo:wktLiteral ;
  geo-pos:lat "70.265"^^xsd:decimal ;
  geo-pos:long "22.475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-5'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '22.475'^^xsd:double;
  dwc:latitude '70.265'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-5'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-6> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.6833 16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.6833"^^xsd:decimal ;
  dwc:decimalLongitude "16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-6>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.6833 16)"^^geo:wktLiteral ;
  geo-pos:lat "69.6833"^^xsd:decimal ;
  geo-pos:long "16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-6'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '16'^^xsd:integer;
  dwc:latitude '69.6833'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-6'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-7> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.7167 16.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.7167"^^xsd:decimal ;
  dwc:decimalLongitude "16.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-7>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.7167 16.4)"^^geo:wktLiteral ;
  geo-pos:lat "69.7167"^^xsd:decimal ;
  geo-pos:long "16.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-7'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '16.4'^^xsd:double;
  dwc:latitude '69.7167'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-7'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-8> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.6 17.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.6"^^xsd:decimal ;
  dwc:decimalLongitude "17.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-8>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.6 17.8667)"^^geo:wktLiteral ;
  geo-pos:lat "69.6"^^xsd:decimal ;
  geo-pos:long "17.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-8'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '17.8667'^^xsd:double;
  dwc:latitude '69.6'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-8'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-9> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.55 18.0333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.55"^^xsd:decimal ;
  dwc:decimalLongitude "18.0333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-9>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.55 18.0333)"^^geo:wktLiteral ;
  geo-pos:lat "69.55"^^xsd:decimal ;
  geo-pos:long "18.0333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-9'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '18.0333'^^xsd:double;
  dwc:latitude '69.55'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-9'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-10> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.2833 15.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.2833"^^xsd:decimal ;
  dwc:decimalLongitude "15.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-10>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.2833 15.7833)"^^geo:wktLiteral ;
  geo-pos:lat "68.2833"^^xsd:decimal ;
  geo-pos:long "15.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-10'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '15.7833'^^xsd:double;
  dwc:latitude '68.2833'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-10'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-11> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.2833 16.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.2833"^^xsd:decimal ;
  dwc:decimalLongitude "16.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-11>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.2833 16.05)"^^geo:wktLiteral ;
  geo-pos:lat "68.2833"^^xsd:decimal ;
  geo-pos:long "16.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-11'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '16.05'^^xsd:double;
  dwc:latitude '68.2833'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-11'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-12> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.1667 13.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.1667"^^xsd:decimal ;
  dwc:decimalLongitude "13.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-12>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.1667 13.9667)"^^geo:wktLiteral ;
  geo-pos:lat "67.1667"^^xsd:decimal ;
  geo-pos:long "13.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-12'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '13.9667'^^xsd:double;
  dwc:latitude '67.1667'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-12'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-13> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.2167 13.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.2167"^^xsd:decimal ;
  dwc:decimalLongitude "13.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-13>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.2167 13.7)"^^geo:wktLiteral ;
  geo-pos:lat "67.2167"^^xsd:decimal ;
  geo-pos:long "13.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-13'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '13.7'^^xsd:double;
  dwc:latitude '67.2167'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-13'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-14> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.1833 13.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.1833"^^xsd:decimal ;
  dwc:decimalLongitude "13.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-14>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.1833 13.5)"^^geo:wktLiteral ;
  geo-pos:lat "67.1833"^^xsd:decimal ;
  geo-pos:long "13.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-14'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '13.5'^^xsd:double;
  dwc:latitude '67.1833'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-14'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-15> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.45 12.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.45"^^xsd:decimal ;
  dwc:decimalLongitude "12.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-15>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.45 12.15)"^^geo:wktLiteral ;
  geo-pos:lat "66.45"^^xsd:decimal ;
  geo-pos:long "12.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-15'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '12.15'^^xsd:double;
  dwc:latitude '66.45'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-15'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-16> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.6333 12.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.6333"^^xsd:decimal ;
  dwc:decimalLongitude "12.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-16>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.6333 12.25)"^^geo:wktLiteral ;
  geo-pos:lat "65.6333"^^xsd:decimal ;
  geo-pos:long "12.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-16'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '12.25'^^xsd:double;
  dwc:latitude '65.6333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-16'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-17> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.0862 9.2895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.0862"^^xsd:decimal ;
  dwc:decimalLongitude "9.2895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-17>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.0862 9.2895)"^^geo:wktLiteral ;
  geo-pos:lat "65.0862"^^xsd:decimal ;
  geo-pos:long "9.2895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-17'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.2895'^^xsd:double;
  dwc:latitude '65.0862'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-17'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-18> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.172 8.6733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.172"^^xsd:decimal ;
  dwc:decimalLongitude "8.6733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-18>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.172 8.6733)"^^geo:wktLiteral ;
  geo-pos:lat "65.172"^^xsd:decimal ;
  geo-pos:long "8.6733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-18'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '8.6733'^^xsd:double;
  dwc:latitude '65.172'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-18'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-19> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1598 8.6652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.1598"^^xsd:decimal ;
  dwc:decimalLongitude "8.6652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-19>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1598 8.6652)"^^geo:wktLiteral ;
  geo-pos:lat "65.1598"^^xsd:decimal ;
  geo-pos:long "8.6652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-19'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '8.6652'^^xsd:double;
  dwc:latitude '65.1598'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-19'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-20> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.7833 10.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.7833"^^xsd:decimal ;
  dwc:decimalLongitude "10.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-20>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.7833 10.85)"^^geo:wktLiteral ;
  geo-pos:lat "64.7833"^^xsd:decimal ;
  geo-pos:long "10.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-20'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.85'^^xsd:double;
  dwc:latitude '64.7833'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-20'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-21> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.095 7.4553)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.095"^^xsd:decimal ;
  dwc:decimalLongitude "7.4553"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-21>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.095 7.4553)"^^geo:wktLiteral ;
  geo-pos:lat "65.095"^^xsd:decimal ;
  geo-pos:long "7.4553"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-21'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.4553'^^xsd:double;
  dwc:latitude '65.095'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-21'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-22> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.0603 7.4522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.0603"^^xsd:decimal ;
  dwc:decimalLongitude "7.4522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-22>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.0603 7.4522)"^^geo:wktLiteral ;
  geo-pos:lat "65.0603"^^xsd:decimal ;
  geo-pos:long "7.4522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-22'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.4522'^^xsd:double;
  dwc:latitude '65.0603'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-22'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-23> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.331 7.9732)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.331"^^xsd:decimal ;
  dwc:decimalLongitude "7.9732"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-23>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.331 7.9732)"^^geo:wktLiteral ;
  geo-pos:lat "64.331"^^xsd:decimal ;
  geo-pos:long "7.9732"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-23'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.9732'^^xsd:double;
  dwc:latitude '64.331'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-23'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-24> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.3758 7.9617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.3758"^^xsd:decimal ;
  dwc:decimalLongitude "7.9617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-24>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.3758 7.9617)"^^geo:wktLiteral ;
  geo-pos:lat "64.3758"^^xsd:decimal ;
  geo-pos:long "7.9617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-24'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.9617'^^xsd:double;
  dwc:latitude '64.3758'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-24'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-25> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2427 7.9433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2427"^^xsd:decimal ;
  dwc:decimalLongitude "7.9433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-25'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.9433'^^xsd:double;
  dwc:latitude '64.2427'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-25'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-26> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2163 7.9408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.2163"^^xsd:decimal ;
  dwc:decimalLongitude "7.9408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-26>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.2163 7.9408)"^^geo:wktLiteral ;
  geo-pos:lat "64.2163"^^xsd:decimal ;
  geo-pos:long "7.9408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-26'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.9408'^^xsd:double;
  dwc:latitude '64.2163'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-26'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-27> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1883 7.9183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1883"^^xsd:decimal ;
  dwc:decimalLongitude "7.9183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-27>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1883 7.9183)"^^geo:wktLiteral ;
  geo-pos:lat "64.1883"^^xsd:decimal ;
  geo-pos:long "7.9183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-27'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.9183'^^xsd:double;
  dwc:latitude '64.1883'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-27'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-28> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1875 7.905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1875"^^xsd:decimal ;
  dwc:decimalLongitude "7.905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-28>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1875 7.905)"^^geo:wktLiteral ;
  geo-pos:lat "64.1875"^^xsd:decimal ;
  geo-pos:long "7.905"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-28'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.905'^^xsd:double;
  dwc:latitude '64.1875'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-28'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-29> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1867 7.9297)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1867"^^xsd:decimal ;
  dwc:decimalLongitude "7.9297"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-29>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1867 7.9297)"^^geo:wktLiteral ;
  geo-pos:lat "64.1867"^^xsd:decimal ;
  geo-pos:long "7.9297"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-29'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.9297'^^xsd:double;
  dwc:latitude '64.1867'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-29'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-30> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1818 7.9152)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1818"^^xsd:decimal ;
  dwc:decimalLongitude "7.9152"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-30>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1818 7.9152)"^^geo:wktLiteral ;
  geo-pos:lat "64.1818"^^xsd:decimal ;
  geo-pos:long "7.9152"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-30'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.9152'^^xsd:double;
  dwc:latitude '64.1818'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-30'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-31> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1765 7.8958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1765"^^xsd:decimal ;
  dwc:decimalLongitude "7.8958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-31>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1765 7.8958)"^^geo:wktLiteral ;
  geo-pos:lat "64.1765"^^xsd:decimal ;
  geo-pos:long "7.8958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-31'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.8958'^^xsd:double;
  dwc:latitude '64.1765'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-31'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-32> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1765 7.9062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1765"^^xsd:decimal ;
  dwc:decimalLongitude "7.9062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-32>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1765 7.9062)"^^geo:wktLiteral ;
  geo-pos:lat "64.1765"^^xsd:decimal ;
  geo-pos:long "7.9062"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-32'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.9062'^^xsd:double;
  dwc:latitude '64.1765'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-32'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-33> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.175 7.8862)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.175"^^xsd:decimal ;
  dwc:decimalLongitude "7.8862"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-33>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.175 7.8862)"^^geo:wktLiteral ;
  geo-pos:lat "64.175"^^xsd:decimal ;
  geo-pos:long "7.8862"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-33'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.8862'^^xsd:double;
  dwc:latitude '64.175'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-33'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-34>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-34> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-34> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1743 7.8815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1743"^^xsd:decimal ;
  dwc:decimalLongitude "7.8815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-34>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1743 7.8815)"^^geo:wktLiteral ;
  geo-pos:lat "64.1743"^^xsd:decimal ;
  geo-pos:long "7.8815"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-34>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-34" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-34'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.8815'^^xsd:double;
  dwc:latitude '64.1743'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-34'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-35>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-35> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-35> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1733 7.8785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1733"^^xsd:decimal ;
  dwc:decimalLongitude "7.8785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-35>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1733 7.8785)"^^geo:wktLiteral ;
  geo-pos:lat "64.1733"^^xsd:decimal ;
  geo-pos:long "7.8785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-35>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-35" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-35'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.8785'^^xsd:double;
  dwc:latitude '64.1733'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-35'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-36>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-36> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-36> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1358 8.1878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1358"^^xsd:decimal ;
  dwc:decimalLongitude "8.1878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-36>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1358 8.1878)"^^geo:wktLiteral ;
  geo-pos:lat "64.1358"^^xsd:decimal ;
  geo-pos:long "8.1878"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-36>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-36" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-36'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '8.1878'^^xsd:double;
  dwc:latitude '64.1358'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-36'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-37>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-37> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-37> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0745 8.0298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0745"^^xsd:decimal ;
  dwc:decimalLongitude "8.0298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-37>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0745 8.0298)"^^geo:wktLiteral ;
  geo-pos:lat "64.0745"^^xsd:decimal ;
  geo-pos:long "8.0298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-37>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-37" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-37'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '8.0298'^^xsd:double;
  dwc:latitude '64.0745'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-37'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-38>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-38> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-38> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0763 8.0282)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0763"^^xsd:decimal ;
  dwc:decimalLongitude "8.0282"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-38>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0763 8.0282)"^^geo:wktLiteral ;
  geo-pos:lat "64.0763"^^xsd:decimal ;
  geo-pos:long "8.0282"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-38>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-38" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-38'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '8.0282'^^xsd:double;
  dwc:latitude '64.0763'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-38'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-39>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-39> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-39> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0753 8.0303)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0753"^^xsd:decimal ;
  dwc:decimalLongitude "8.0303"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-39>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0753 8.0303)"^^geo:wktLiteral ;
  geo-pos:lat "64.0753"^^xsd:decimal ;
  geo-pos:long "8.0303"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-39>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-39" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-39'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '8.0303'^^xsd:double;
  dwc:latitude '64.0753'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-39'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-40>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-40> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-40> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.075 8.0235)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.075"^^xsd:decimal ;
  dwc:decimalLongitude "8.0235"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-40>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.075 8.0235)"^^geo:wktLiteral ;
  geo-pos:lat "64.075"^^xsd:decimal ;
  geo-pos:long "8.0235"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-40>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-40" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-40'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '8.0235'^^xsd:double;
  dwc:latitude '64.075'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-40'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-41>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-41> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-41> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0738 8.025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0738"^^xsd:decimal ;
  dwc:decimalLongitude "8.025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-41>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0738 8.025)"^^geo:wktLiteral ;
  geo-pos:lat "64.0738"^^xsd:decimal ;
  geo-pos:long "8.025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-41>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-41" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-41'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '8.025'^^xsd:double;
  dwc:latitude '64.0738'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-41'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-42>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-42> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-42> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0737 8.0233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0737"^^xsd:decimal ;
  dwc:decimalLongitude "8.0233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-42>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0737 8.0233)"^^geo:wktLiteral ;
  geo-pos:lat "64.0737"^^xsd:decimal ;
  geo-pos:long "8.0233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-42>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-42" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-42'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '8.0233'^^xsd:double;
  dwc:latitude '64.0737'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-42'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-43>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-43> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-43> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0715 8.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0715"^^xsd:decimal ;
  dwc:decimalLongitude "8.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-43>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0715 8.0167)"^^geo:wktLiteral ;
  geo-pos:lat "64.0715"^^xsd:decimal ;
  geo-pos:long "8.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-43>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-43" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-43'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '8.0167'^^xsd:double;
  dwc:latitude '64.0715'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-43'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-44>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-44> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-44> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0713 8.0105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0713"^^xsd:decimal ;
  dwc:decimalLongitude "8.0105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-44>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0713 8.0105)"^^geo:wktLiteral ;
  geo-pos:lat "64.0713"^^xsd:decimal ;
  geo-pos:long "8.0105"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-44>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-44" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-44'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '8.0105'^^xsd:double;
  dwc:latitude '64.0713'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-44'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-45>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-45> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-45> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.07 8.0143)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.07"^^xsd:decimal ;
  dwc:decimalLongitude "8.0143"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-45>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.07 8.0143)"^^geo:wktLiteral ;
  geo-pos:lat "64.07"^^xsd:decimal ;
  geo-pos:long "8.0143"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-45>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-45" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-45'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '8.0143'^^xsd:double;
  dwc:latitude '64.07'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-45'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-46>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-46> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-46> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0817 8.0117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0817"^^xsd:decimal ;
  dwc:decimalLongitude "8.0117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-46>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-46" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-46'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '8.0117'^^xsd:double;
  dwc:latitude '64.0817'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-46'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-47>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-47> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-47> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1085 7.9435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1085"^^xsd:decimal ;
  dwc:decimalLongitude "7.9435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-47>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1085 7.9435)"^^geo:wktLiteral ;
  geo-pos:lat "64.1085"^^xsd:decimal ;
  geo-pos:long "7.9435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-47>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-47" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-47'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.9435'^^xsd:double;
  dwc:latitude '64.1085'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-47'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-48>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-48> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-48> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0685 7.9433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0685"^^xsd:decimal ;
  dwc:decimalLongitude "7.9433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-48>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0685 7.9433)"^^geo:wktLiteral ;
  geo-pos:lat "64.0685"^^xsd:decimal ;
  geo-pos:long "7.9433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-48>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-48" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-48'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.9433'^^xsd:double;
  dwc:latitude '64.0685'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-48'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-49>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-49> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-49> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.075 7.9477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.075"^^xsd:decimal ;
  dwc:decimalLongitude "7.9477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-49>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.075 7.9477)"^^geo:wktLiteral ;
  geo-pos:lat "64.075"^^xsd:decimal ;
  geo-pos:long "7.9477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-49>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-49" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-49'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.9477'^^xsd:double;
  dwc:latitude '64.075'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-49'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-50>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-50> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-50> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.075 7.929)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.075"^^xsd:decimal ;
  dwc:decimalLongitude "7.929"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-50>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-50" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-50'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.929'^^xsd:double;
  dwc:latitude '64.075'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-50'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-51>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-51> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-51> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.056 7.947)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.056"^^xsd:decimal ;
  dwc:decimalLongitude "7.947"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-51>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.056 7.947)"^^geo:wktLiteral ;
  geo-pos:lat "64.056"^^xsd:decimal ;
  geo-pos:long "7.947"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-51>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-51" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-51'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.947'^^xsd:double;
  dwc:latitude '64.056'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-51'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-52>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-52> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-52> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0555 7.9415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0555"^^xsd:decimal ;
  dwc:decimalLongitude "7.9415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-52>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0555 7.9415)"^^geo:wktLiteral ;
  geo-pos:lat "64.0555"^^xsd:decimal ;
  geo-pos:long "7.9415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-52>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-52" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-52'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.9415'^^xsd:double;
  dwc:latitude '64.0555'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-52'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-53>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-53> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-53> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0537 7.9367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0537"^^xsd:decimal ;
  dwc:decimalLongitude "7.9367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-53>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0537 7.9367)"^^geo:wktLiteral ;
  geo-pos:lat "64.0537"^^xsd:decimal ;
  geo-pos:long "7.9367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-53>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-53" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-53'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.9367'^^xsd:double;
  dwc:latitude '64.0537'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-53'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-54>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-54> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-54> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0522 7.9293)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0522"^^xsd:decimal ;
  dwc:decimalLongitude "7.9293"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-54>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0522 7.9293)"^^geo:wktLiteral ;
  geo-pos:lat "64.0522"^^xsd:decimal ;
  geo-pos:long "7.9293"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-54>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-54" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-54'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.9293'^^xsd:double;
  dwc:latitude '64.0522'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-54'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-55>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-55> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-55> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0485 7.9443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0485"^^xsd:decimal ;
  dwc:decimalLongitude "7.9443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-55>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0485 7.9443)"^^geo:wktLiteral ;
  geo-pos:lat "64.0485"^^xsd:decimal ;
  geo-pos:long "7.9443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-55>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-55" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-55'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.9443'^^xsd:double;
  dwc:latitude '64.0485'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-55'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-56>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-56> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-56> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0482 7.9433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0482"^^xsd:decimal ;
  dwc:decimalLongitude "7.9433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-56>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-56" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-56'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.9433'^^xsd:double;
  dwc:latitude '64.0482'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-56'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-57>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-57> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-57> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0473 7.9407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0473"^^xsd:decimal ;
  dwc:decimalLongitude "7.9407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-57>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0473 7.9407)"^^geo:wktLiteral ;
  geo-pos:lat "64.0473"^^xsd:decimal ;
  geo-pos:long "7.9407"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-57>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-57" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-57'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.9407'^^xsd:double;
  dwc:latitude '64.0473'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-57'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-58>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-58> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-58> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0467 7.9378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0467"^^xsd:decimal ;
  dwc:decimalLongitude "7.9378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-58>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0467 7.9378)"^^geo:wktLiteral ;
  geo-pos:lat "64.0467"^^xsd:decimal ;
  geo-pos:long "7.9378"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-58>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-58" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-58'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.9378'^^xsd:double;
  dwc:latitude '64.0467'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-58'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-59>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-59> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-59> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0465 7.9412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0465"^^xsd:decimal ;
  dwc:decimalLongitude "7.9412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-59>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0465 7.9412)"^^geo:wktLiteral ;
  geo-pos:lat "64.0465"^^xsd:decimal ;
  geo-pos:long "7.9412"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-59>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-59" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-59'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.9412'^^xsd:double;
  dwc:latitude '64.0465'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-59'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-60>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-60> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-60> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0455 7.9225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0455"^^xsd:decimal ;
  dwc:decimalLongitude "7.9225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-60>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0455 7.9225)"^^geo:wktLiteral ;
  geo-pos:lat "64.0455"^^xsd:decimal ;
  geo-pos:long "7.9225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-60>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-60" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-60'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.9225'^^xsd:double;
  dwc:latitude '64.0455'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-60'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-61>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-61> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-61> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0422 7.9203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0422"^^xsd:decimal ;
  dwc:decimalLongitude "7.9203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-61>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0422 7.9203)"^^geo:wktLiteral ;
  geo-pos:lat "64.0422"^^xsd:decimal ;
  geo-pos:long "7.9203"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-61>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-61" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-61'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.9203'^^xsd:double;
  dwc:latitude '64.0422'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-61'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-62>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-62> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-62> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.041 7.9272)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.041"^^xsd:decimal ;
  dwc:decimalLongitude "7.9272"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-62>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.041 7.9272)"^^geo:wktLiteral ;
  geo-pos:lat "64.041"^^xsd:decimal ;
  geo-pos:long "7.9272"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-62>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-62" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-62'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.9272'^^xsd:double;
  dwc:latitude '64.041'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-62'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-63>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-63> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-63> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0408 7.9253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0408"^^xsd:decimal ;
  dwc:decimalLongitude "7.9253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-63>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0408 7.9253)"^^geo:wktLiteral ;
  geo-pos:lat "64.0408"^^xsd:decimal ;
  geo-pos:long "7.9253"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-63>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-63" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-63'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.9253'^^xsd:double;
  dwc:latitude '64.0408'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-63'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-64>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-64> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-64> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0365 7.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0365"^^xsd:decimal ;
  dwc:decimalLongitude "7.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-64>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0365 7.92)"^^geo:wktLiteral ;
  geo-pos:lat "64.0365"^^xsd:decimal ;
  geo-pos:long "7.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-64>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-64" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-64'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.92'^^xsd:double;
  dwc:latitude '64.0365'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-64'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-65>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-65> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-65> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0308 7.9033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0308"^^xsd:decimal ;
  dwc:decimalLongitude "7.9033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-65>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0308 7.9033)"^^geo:wktLiteral ;
  geo-pos:lat "64.0308"^^xsd:decimal ;
  geo-pos:long "7.9033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-65>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-65" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-65'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.9033'^^xsd:double;
  dwc:latitude '64.0308'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-65'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-66>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-66> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-66> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 9.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "9.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-66>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 9.95)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "9.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-66>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-66" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-66'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.95'^^xsd:double;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-66'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-67>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-67> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-67> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.05 9.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.05"^^xsd:decimal ;
  dwc:decimalLongitude "9.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-67>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.05 9.7667)"^^geo:wktLiteral ;
  geo-pos:lat "64.05"^^xsd:decimal ;
  geo-pos:long "9.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-67>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-67" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-67'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.7667'^^xsd:double;
  dwc:latitude '64.05'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-67'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-68>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-68> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-68> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0083 9.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0083"^^xsd:decimal ;
  dwc:decimalLongitude "9.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-68>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0083 9.7833)"^^geo:wktLiteral ;
  geo-pos:lat "64.0083"^^xsd:decimal ;
  geo-pos:long "9.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-68>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-68" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-68'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.7833'^^xsd:double;
  dwc:latitude '64.0083'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-68'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-69>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-69> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-69> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0167 9.7667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0167"^^xsd:decimal ;
  dwc:decimalLongitude "9.7667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-69>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0167 9.7667)"^^geo:wktLiteral ;
  geo-pos:lat "64.0167"^^xsd:decimal ;
  geo-pos:long "9.7667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-69>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-69" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-69'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.7667'^^xsd:double;
  dwc:latitude '64.0167'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-69'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-70>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-70> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-70> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.7933 9.2867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.7933"^^xsd:decimal ;
  dwc:decimalLongitude "9.2867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-70>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.7933 9.2867)"^^geo:wktLiteral ;
  geo-pos:lat "63.7933"^^xsd:decimal ;
  geo-pos:long "9.2867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-70>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-70" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-70'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.2867'^^xsd:double;
  dwc:latitude '63.7933'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-70'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-71>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-71> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-71> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6085 9.3862)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6085"^^xsd:decimal ;
  dwc:decimalLongitude "9.3862"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-71>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6085 9.3862)"^^geo:wktLiteral ;
  geo-pos:lat "63.6085"^^xsd:decimal ;
  geo-pos:long "9.3862"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-71>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-71" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-71'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.3862'^^xsd:double;
  dwc:latitude '63.6085'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-71'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-72>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-72> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-72> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.977 7.949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.977"^^xsd:decimal ;
  dwc:decimalLongitude "7.949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-72>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.977 7.949)"^^geo:wktLiteral ;
  geo-pos:lat "63.977"^^xsd:decimal ;
  geo-pos:long "7.949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-72>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-72" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-72'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.949'^^xsd:double;
  dwc:latitude '63.977'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-72'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-73>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-73> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-73> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9745 7.9403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9745"^^xsd:decimal ;
  dwc:decimalLongitude "7.9403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-73>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9745 7.9403)"^^geo:wktLiteral ;
  geo-pos:lat "63.9745"^^xsd:decimal ;
  geo-pos:long "7.9403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-73>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-73" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-73'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.9403'^^xsd:double;
  dwc:latitude '63.9745'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-73'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-74>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-74> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-74> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9707 7.894)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9707"^^xsd:decimal ;
  dwc:decimalLongitude "7.894"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-74>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9707 7.894)"^^geo:wktLiteral ;
  geo-pos:lat "63.9707"^^xsd:decimal ;
  geo-pos:long "7.894"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-74>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-74" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-74'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.894'^^xsd:double;
  dwc:latitude '63.9707'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-74'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-75>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-75> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-75> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9642 7.939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9642"^^xsd:decimal ;
  dwc:decimalLongitude "7.939"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-75>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9642 7.939)"^^geo:wktLiteral ;
  geo-pos:lat "63.9642"^^xsd:decimal ;
  geo-pos:long "7.939"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-75>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-75" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-75'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.939'^^xsd:double;
  dwc:latitude '63.9642'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-75'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-76>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-76> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-76> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9623 7.9475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9623"^^xsd:decimal ;
  dwc:decimalLongitude "7.9475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-76>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9623 7.9475)"^^geo:wktLiteral ;
  geo-pos:lat "63.9623"^^xsd:decimal ;
  geo-pos:long "7.9475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-76>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-76" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-76'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.9475'^^xsd:double;
  dwc:latitude '63.9623'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-76'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-77>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-77> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-77> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9605 7.889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9605"^^xsd:decimal ;
  dwc:decimalLongitude "7.889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-77>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9605 7.889)"^^geo:wktLiteral ;
  geo-pos:lat "63.9605"^^xsd:decimal ;
  geo-pos:long "7.889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-77>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-77" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-77'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.889'^^xsd:double;
  dwc:latitude '63.9605'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-77'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-78>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-78> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-78> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9592 7.8945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9592"^^xsd:decimal ;
  dwc:decimalLongitude "7.8945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-78>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9592 7.8945)"^^geo:wktLiteral ;
  geo-pos:lat "63.9592"^^xsd:decimal ;
  geo-pos:long "7.8945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-78>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-78" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-78'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.8945'^^xsd:double;
  dwc:latitude '63.9592'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-78'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-79>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-79> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-79> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.959 7.8928)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.959"^^xsd:decimal ;
  dwc:decimalLongitude "7.8928"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-79>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-79" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-79'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.8928'^^xsd:double;
  dwc:latitude '63.959'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-79'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-80>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-80> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-80> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9588 7.8967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9588"^^xsd:decimal ;
  dwc:decimalLongitude "7.8967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-80>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9588 7.8967)"^^geo:wktLiteral ;
  geo-pos:lat "63.9588"^^xsd:decimal ;
  geo-pos:long "7.8967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-80>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-80" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-80'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.8967'^^xsd:double;
  dwc:latitude '63.9588'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-80'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-81>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-81> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-81> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9583 7.8967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9583"^^xsd:decimal ;
  dwc:decimalLongitude "7.8967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-81>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9583 7.8967)"^^geo:wktLiteral ;
  geo-pos:lat "63.9583"^^xsd:decimal ;
  geo-pos:long "7.8967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-81>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-81" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-81'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.8967'^^xsd:double;
  dwc:latitude '63.9583'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-81'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-82>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-82> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-82> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9468 7.9088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9468"^^xsd:decimal ;
  dwc:decimalLongitude "7.9088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-82>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9468 7.9088)"^^geo:wktLiteral ;
  geo-pos:lat "63.9468"^^xsd:decimal ;
  geo-pos:long "7.9088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-82>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-82" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-82'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.9088'^^xsd:double;
  dwc:latitude '63.9468'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-82'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-83>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-83> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-83> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9452 7.9035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9452"^^xsd:decimal ;
  dwc:decimalLongitude "7.9035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-83>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9452 7.9035)"^^geo:wktLiteral ;
  geo-pos:lat "63.9452"^^xsd:decimal ;
  geo-pos:long "7.9035"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-83>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-83" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-83'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.9035'^^xsd:double;
  dwc:latitude '63.9452'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-83'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-84>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-84> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-84> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.939 7.8923)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.939"^^xsd:decimal ;
  dwc:decimalLongitude "7.8923"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-84>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.939 7.8923)"^^geo:wktLiteral ;
  geo-pos:lat "63.939"^^xsd:decimal ;
  geo-pos:long "7.8923"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-84>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-84" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-84'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.8923'^^xsd:double;
  dwc:latitude '63.939'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-84'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-85>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-85> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-85> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.94 7.8895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.94"^^xsd:decimal ;
  dwc:decimalLongitude "7.8895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-85>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.94 7.8895)"^^geo:wktLiteral ;
  geo-pos:lat "63.94"^^xsd:decimal ;
  geo-pos:long "7.8895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-85>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-85" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-85'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.8895'^^xsd:double;
  dwc:latitude '63.94'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-85'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-86>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-86> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-86> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9328 7.891)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9328"^^xsd:decimal ;
  dwc:decimalLongitude "7.891"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-86>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9328 7.891)"^^geo:wktLiteral ;
  geo-pos:lat "63.9328"^^xsd:decimal ;
  geo-pos:long "7.891"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-86>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-86" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-86'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.891'^^xsd:double;
  dwc:latitude '63.9328'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-86'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-87>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-87> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-87> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9318 7.8922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9318"^^xsd:decimal ;
  dwc:decimalLongitude "7.8922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-87>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9318 7.8922)"^^geo:wktLiteral ;
  geo-pos:lat "63.9318"^^xsd:decimal ;
  geo-pos:long "7.8922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-87>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-87" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-87'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.8922'^^xsd:double;
  dwc:latitude '63.9318'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-87'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-88>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-88> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-88> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9312 7.8952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9312"^^xsd:decimal ;
  dwc:decimalLongitude "7.8952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-88>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9312 7.8952)"^^geo:wktLiteral ;
  geo-pos:lat "63.9312"^^xsd:decimal ;
  geo-pos:long "7.8952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-88>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-88" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-88'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.8952'^^xsd:double;
  dwc:latitude '63.9312'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-88'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-89>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-89> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-89> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9303 7.891)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9303"^^xsd:decimal ;
  dwc:decimalLongitude "7.891"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-89>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9303 7.891)"^^geo:wktLiteral ;
  geo-pos:lat "63.9303"^^xsd:decimal ;
  geo-pos:long "7.891"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-89>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-89" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-89'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.891'^^xsd:double;
  dwc:latitude '63.9303'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-89'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-90>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-90> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-90> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.93 7.889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.93"^^xsd:decimal ;
  dwc:decimalLongitude "7.889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-90>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.93 7.889)"^^geo:wktLiteral ;
  geo-pos:lat "63.93"^^xsd:decimal ;
  geo-pos:long "7.889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-90>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-90" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-90'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.889'^^xsd:double;
  dwc:latitude '63.93'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-90'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-91>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-91> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-91> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9247 7.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9247"^^xsd:decimal ;
  dwc:decimalLongitude "7.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-91>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9247 7.89)"^^geo:wktLiteral ;
  geo-pos:lat "63.9247"^^xsd:decimal ;
  geo-pos:long "7.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-91>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-91" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-91'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.89'^^xsd:double;
  dwc:latitude '63.9247'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-91'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-92>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-92> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-92> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9232 7.8828)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9232"^^xsd:decimal ;
  dwc:decimalLongitude "7.8828"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-92>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9232 7.8828)"^^geo:wktLiteral ;
  geo-pos:lat "63.9232"^^xsd:decimal ;
  geo-pos:long "7.8828"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-92>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-92" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-92'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.8828'^^xsd:double;
  dwc:latitude '63.9232'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-92'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-93>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-93> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-93> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9068 7.8655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9068"^^xsd:decimal ;
  dwc:decimalLongitude "7.8655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-93>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9068 7.8655)"^^geo:wktLiteral ;
  geo-pos:lat "63.9068"^^xsd:decimal ;
  geo-pos:long "7.8655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-93>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-93" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-93'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.8655'^^xsd:double;
  dwc:latitude '63.9068'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-93'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-94>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-94> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-94> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.8148 7.9658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.8148"^^xsd:decimal ;
  dwc:decimalLongitude "7.9658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-94>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.8148 7.9658)"^^geo:wktLiteral ;
  geo-pos:lat "63.8148"^^xsd:decimal ;
  geo-pos:long "7.9658"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-94>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-94" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-94'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.9658'^^xsd:double;
  dwc:latitude '63.8148'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-94'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-95>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-95> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-95> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.8135 7.978)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.8135"^^xsd:decimal ;
  dwc:decimalLongitude "7.978"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-95>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.8135 7.978)"^^geo:wktLiteral ;
  geo-pos:lat "63.8135"^^xsd:decimal ;
  geo-pos:long "7.978"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-95>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-95" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-95'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.978'^^xsd:double;
  dwc:latitude '63.8135'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-95'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-96>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-96> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-96> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6885 7.6108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6885"^^xsd:decimal ;
  dwc:decimalLongitude "7.6108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-96>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6885 7.6108)"^^geo:wktLiteral ;
  geo-pos:lat "63.6885"^^xsd:decimal ;
  geo-pos:long "7.6108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-96>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-96" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-96'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.6108'^^xsd:double;
  dwc:latitude '63.6885'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-96'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-97>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-97> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-97> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.945 7.5267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.945"^^xsd:decimal ;
  dwc:decimalLongitude "7.5267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-97>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.945 7.5267)"^^geo:wktLiteral ;
  geo-pos:lat "63.945"^^xsd:decimal ;
  geo-pos:long "7.5267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-97>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-97" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-97'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.5267'^^xsd:double;
  dwc:latitude '63.945'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-97'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-98>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-98> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-98> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6078 9.3728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6078"^^xsd:decimal ;
  dwc:decimalLongitude "9.3728"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-98>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6078 9.3728)"^^geo:wktLiteral ;
  geo-pos:lat "63.6078"^^xsd:decimal ;
  geo-pos:long "9.3728"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-98>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-98" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-98'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.3728'^^xsd:double;
  dwc:latitude '63.6078'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-98'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-99>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-99> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-99> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.7 9.3417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.7"^^xsd:decimal ;
  dwc:decimalLongitude "9.3417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-99>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.7 9.3417)"^^geo:wktLiteral ;
  geo-pos:lat "63.7"^^xsd:decimal ;
  geo-pos:long "9.3417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-99>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-99" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-99'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.3417'^^xsd:double;
  dwc:latitude '63.7'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-99'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6767 9.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6767"^^xsd:decimal ;
  dwc:decimalLongitude "9.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6767 9.2667)"^^geo:wktLiteral ;
  geo-pos:lat "63.6767"^^xsd:decimal ;
  geo-pos:long "9.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-100'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.2667'^^xsd:double;
  dwc:latitude '63.6767'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-100'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6383 9.2083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6383"^^xsd:decimal ;
  dwc:decimalLongitude "9.2083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6383 9.2083)"^^geo:wktLiteral ;
  geo-pos:lat "63.6383"^^xsd:decimal ;
  geo-pos:long "9.2083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-101'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.2083'^^xsd:double;
  dwc:latitude '63.6383'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-101'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6167 9.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6167"^^xsd:decimal ;
  dwc:decimalLongitude "9.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6167 9.5167)"^^geo:wktLiteral ;
  geo-pos:lat "63.6167"^^xsd:decimal ;
  geo-pos:long "9.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-102'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.5167'^^xsd:double;
  dwc:latitude '63.6167'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-102'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5533 9.2917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5533"^^xsd:decimal ;
  dwc:decimalLongitude "9.2917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5533 9.2917)"^^geo:wktLiteral ;
  geo-pos:lat "63.5533"^^xsd:decimal ;
  geo-pos:long "9.2917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-103'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.2917'^^xsd:double;
  dwc:latitude '63.5533'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-103'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.452571 9.120167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.452571"^^xsd:decimal ;
  dwc:decimalLongitude "9.120167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.452571 9.120167)"^^geo:wktLiteral ;
  geo-pos:lat "63.452571"^^xsd:decimal ;
  geo-pos:long "9.120167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-104'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.120167'^^xsd:double;
  dwc:latitude '63.452571'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-104'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.775 9.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.775"^^xsd:decimal ;
  dwc:decimalLongitude "9.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.775 9.3333)"^^geo:wktLiteral ;
  geo-pos:lat "63.775"^^xsd:decimal ;
  geo-pos:long "9.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-105'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.3333'^^xsd:double;
  dwc:latitude '63.775'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-105'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.75 9.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.75"^^xsd:decimal ;
  dwc:decimalLongitude "9.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.75 9.5833)"^^geo:wktLiteral ;
  geo-pos:lat "63.75"^^xsd:decimal ;
  geo-pos:long "9.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-106'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.5833'^^xsd:double;
  dwc:latitude '63.75'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-106'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6333 9.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6333"^^xsd:decimal ;
  dwc:decimalLongitude "9.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6333 9.5667)"^^geo:wktLiteral ;
  geo-pos:lat "63.6333"^^xsd:decimal ;
  geo-pos:long "9.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-107'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.5667'^^xsd:double;
  dwc:latitude '63.6333'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-107'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.4917 9.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.4917"^^xsd:decimal ;
  dwc:decimalLongitude "9.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.4917 9.0167)"^^geo:wktLiteral ;
  geo-pos:lat "63.4917"^^xsd:decimal ;
  geo-pos:long "9.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-108'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.0167'^^xsd:double;
  dwc:latitude '63.4917'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-108'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.4083 8.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.4083"^^xsd:decimal ;
  dwc:decimalLongitude "8.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.4083 8.6167)"^^geo:wktLiteral ;
  geo-pos:lat "63.4083"^^xsd:decimal ;
  geo-pos:long "8.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-109'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '8.6167'^^xsd:double;
  dwc:latitude '63.4083'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-109'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9017 11.0867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9017"^^xsd:decimal ;
  dwc:decimalLongitude "11.0867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9017 11.0867)"^^geo:wktLiteral ;
  geo-pos:lat "63.9017"^^xsd:decimal ;
  geo-pos:long "11.0867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-110'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '11.0867'^^xsd:double;
  dwc:latitude '63.9017'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-110'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.8858 11.0545)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.8858"^^xsd:decimal ;
  dwc:decimalLongitude "11.0545"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.8858 11.0545)"^^geo:wktLiteral ;
  geo-pos:lat "63.8858"^^xsd:decimal ;
  geo-pos:long "11.0545"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-111'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '11.0545'^^xsd:double;
  dwc:latitude '63.8858'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-111'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-112> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.843095 11.079816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.843095"^^xsd:decimal ;
  dwc:decimalLongitude "11.079816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.843095 11.079816)"^^geo:wktLiteral ;
  geo-pos:lat "63.843095"^^xsd:decimal ;
  geo-pos:long "11.079816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-112'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '11.079816'^^xsd:double;
  dwc:latitude '63.843095'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-112'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.659588 9.792325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.659588"^^xsd:decimal ;
  dwc:decimalLongitude "9.792325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.659588 9.792325)"^^geo:wktLiteral ;
  geo-pos:lat "63.659588"^^xsd:decimal ;
  geo-pos:long "9.792325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-113'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.792325'^^xsd:double;
  dwc:latitude '63.659588'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-113'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.636406 9.760874)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.636406"^^xsd:decimal ;
  dwc:decimalLongitude "9.760874"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.636406 9.760874)"^^geo:wktLiteral ;
  geo-pos:lat "63.636406"^^xsd:decimal ;
  geo-pos:long "9.760874"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-114'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.760874'^^xsd:double;
  dwc:latitude '63.636406'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-114'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.583685 10.545234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.583685"^^xsd:decimal ;
  dwc:decimalLongitude "10.545234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.583685 10.545234)"^^geo:wktLiteral ;
  geo-pos:lat "63.583685"^^xsd:decimal ;
  geo-pos:long "10.545234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-115'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.545234'^^xsd:double;
  dwc:latitude '63.583685'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-115'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.4742 9.9917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.4742"^^xsd:decimal ;
  dwc:decimalLongitude "9.9917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.4742 9.9917)"^^geo:wktLiteral ;
  geo-pos:lat "63.4742"^^xsd:decimal ;
  geo-pos:long "9.9917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-116'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.9917'^^xsd:double;
  dwc:latitude '63.4742'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-116'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.4667 10.3833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.4667"^^xsd:decimal ;
  dwc:decimalLongitude "10.3833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.4667 10.3833)"^^geo:wktLiteral ;
  geo-pos:lat "63.4667"^^xsd:decimal ;
  geo-pos:long "10.3833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-117'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.3833'^^xsd:double;
  dwc:latitude '63.4667'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-117'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.45 10)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.45"^^xsd:decimal ;
  dwc:decimalLongitude "10"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.45 10)"^^geo:wktLiteral ;
  geo-pos:lat "63.45"^^xsd:decimal ;
  geo-pos:long "10"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-118'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10'^^xsd:integer;
  dwc:latitude '63.45'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-118'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.885 10.875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.885"^^xsd:decimal ;
  dwc:decimalLongitude "10.875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.885 10.875)"^^geo:wktLiteral ;
  geo-pos:lat "63.885"^^xsd:decimal ;
  geo-pos:long "10.875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-119'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.875'^^xsd:double;
  dwc:latitude '63.885'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-119'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.637487 9.800632)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.637487"^^xsd:decimal ;
  dwc:decimalLongitude "9.800632"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.637487 9.800632)"^^geo:wktLiteral ;
  geo-pos:lat "63.637487"^^xsd:decimal ;
  geo-pos:long "9.800632"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-120'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.800632'^^xsd:double;
  dwc:latitude '63.637487'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-120'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.65 9.7333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.65"^^xsd:decimal ;
  dwc:decimalLongitude "9.7333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.65 9.7333)"^^geo:wktLiteral ;
  geo-pos:lat "63.65"^^xsd:decimal ;
  geo-pos:long "9.7333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-121'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.7333'^^xsd:double;
  dwc:latitude '63.65'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-121'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6167 9.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6167"^^xsd:decimal ;
  dwc:decimalLongitude "9.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-122'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.8'^^xsd:double;
  dwc:latitude '63.6167'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-122'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5667 10.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5667"^^xsd:decimal ;
  dwc:decimalLongitude "10.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5667 10.5167)"^^geo:wktLiteral ;
  geo-pos:lat "63.5667"^^xsd:decimal ;
  geo-pos:long "10.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-123'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.5167'^^xsd:double;
  dwc:latitude '63.5667'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-123'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.55 10.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.55"^^xsd:decimal ;
  dwc:decimalLongitude "10.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.55 10.5)"^^geo:wktLiteral ;
  geo-pos:lat "63.55"^^xsd:decimal ;
  geo-pos:long "10.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-124'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.5'^^xsd:double;
  dwc:latitude '63.55'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-124'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5333 9.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5333"^^xsd:decimal ;
  dwc:decimalLongitude "9.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5333 9.9)"^^geo:wktLiteral ;
  geo-pos:lat "63.5333"^^xsd:decimal ;
  geo-pos:long "9.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-125'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.9'^^xsd:double;
  dwc:latitude '63.5333'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-125'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.4833 9.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.4833"^^xsd:decimal ;
  dwc:decimalLongitude "9.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.4833 9.95)"^^geo:wktLiteral ;
  geo-pos:lat "63.4833"^^xsd:decimal ;
  geo-pos:long "9.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-126'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.95'^^xsd:double;
  dwc:latitude '63.4833'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-126'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5833 9.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5833"^^xsd:decimal ;
  dwc:decimalLongitude "9.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-127'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.8'^^xsd:double;
  dwc:latitude '63.5833'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-127'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-128> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.8 5.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.8"^^xsd:decimal ;
  dwc:decimalLongitude "5.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.8 5.85)"^^geo:wktLiteral ;
  geo-pos:lat "63.8"^^xsd:decimal ;
  geo-pos:long "5.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-128'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.85'^^xsd:double;
  dwc:latitude '63.8'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-128'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6633 8.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6633"^^xsd:decimal ;
  dwc:decimalLongitude "8.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6633 8.68)"^^geo:wktLiteral ;
  geo-pos:lat "63.6633"^^xsd:decimal ;
  geo-pos:long "8.68"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-129'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '8.68'^^xsd:double;
  dwc:latitude '63.6633'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-129'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.4133 8.3142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.4133"^^xsd:decimal ;
  dwc:decimalLongitude "8.3142"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.4133 8.3142)"^^geo:wktLiteral ;
  geo-pos:lat "63.4133"^^xsd:decimal ;
  geo-pos:long "8.3142"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-130'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '8.3142'^^xsd:double;
  dwc:latitude '63.4133'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-130'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2167 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.2167"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2167 7.85)"^^geo:wktLiteral ;
  geo-pos:lat "63.2167"^^xsd:decimal ;
  geo-pos:long "7.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-131'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '63.2167'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-131'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.15 7.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.15"^^xsd:decimal ;
  dwc:decimalLongitude "7.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.15 7.7167)"^^geo:wktLiteral ;
  geo-pos:lat "63.15"^^xsd:decimal ;
  geo-pos:long "7.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-132'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.7167'^^xsd:double;
  dwc:latitude '63.15'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-132'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1333 7.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1333"^^xsd:decimal ;
  dwc:decimalLongitude "7.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1333 7.65)"^^geo:wktLiteral ;
  geo-pos:lat "63.1333"^^xsd:decimal ;
  geo-pos:long "7.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-133'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.65'^^xsd:double;
  dwc:latitude '63.1333'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-133'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.049428 7.685919)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.049428"^^xsd:decimal ;
  dwc:decimalLongitude "7.685919"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.049428 7.685919)"^^geo:wktLiteral ;
  geo-pos:lat "63.049428"^^xsd:decimal ;
  geo-pos:long "7.685919"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-134'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.685919'^^xsd:double;
  dwc:latitude '63.049428'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-134'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.98 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.98"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.98 8)"^^geo:wktLiteral ;
  geo-pos:lat "62.98"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-135'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '62.98'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-135'^^xsd:string;
  dwc:observationDate '1935-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.6028 5.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.6028"^^xsd:decimal ;
  dwc:decimalLongitude "5.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.6028 5.17)"^^geo:wktLiteral ;
  geo-pos:lat "62.6028"^^xsd:decimal ;
  geo-pos:long "5.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-136'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.17'^^xsd:double;
  dwc:latitude '62.6028'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-136'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.6267 6.4933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.6267"^^xsd:decimal ;
  dwc:decimalLongitude "6.4933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.6267 6.4933)"^^geo:wktLiteral ;
  geo-pos:lat "62.6267"^^xsd:decimal ;
  geo-pos:long "6.4933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-137'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '6.4933'^^xsd:double;
  dwc:latitude '62.6267'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-137'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9833 6.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.9833"^^xsd:decimal ;
  dwc:decimalLongitude "6.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9833 6.7)"^^geo:wktLiteral ;
  geo-pos:lat "62.9833"^^xsd:decimal ;
  geo-pos:long "6.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-138'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '6.7'^^xsd:double;
  dwc:latitude '62.9833'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-138'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.965542 7.793963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.965542"^^xsd:decimal ;
  dwc:decimalLongitude "7.793963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.965542 7.793963)"^^geo:wktLiteral ;
  geo-pos:lat "62.965542"^^xsd:decimal ;
  geo-pos:long "7.793963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-139'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '7.793963'^^xsd:double;
  dwc:latitude '62.965542'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-139'^^xsd:string;
  dwc:observationDate '1935-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9492 8.06592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.9492"^^xsd:decimal ;
  dwc:decimalLongitude "8.06592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9492 8.06592)"^^geo:wktLiteral ;
  geo-pos:lat "62.9492"^^xsd:decimal ;
  geo-pos:long "8.06592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-140'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1935'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '8.06592'^^xsd:double;
  dwc:latitude '62.9492'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-140'^^xsd:string;
  dwc:observationDate '1935-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.952782 6.899831)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.952782"^^xsd:decimal ;
  dwc:decimalLongitude "6.899831"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.952782 6.899831)"^^geo:wktLiteral ;
  geo-pos:lat "62.952782"^^xsd:decimal ;
  geo-pos:long "6.899831"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-141'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '6.899831'^^xsd:double;
  dwc:latitude '62.952782'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-141'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.637404 6.584678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.637404"^^xsd:decimal ;
  dwc:decimalLongitude "6.584678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.637404 6.584678)"^^geo:wktLiteral ;
  geo-pos:lat "62.637404"^^xsd:decimal ;
  geo-pos:long "6.584678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-142'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '6.584678'^^xsd:double;
  dwc:latitude '62.637404'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-142'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.775 4.4883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.775"^^xsd:decimal ;
  dwc:decimalLongitude "4.4883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.775 4.4883)"^^geo:wktLiteral ;
  geo-pos:lat "60.775"^^xsd:decimal ;
  geo-pos:long "4.4883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-143'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '4.4883'^^xsd:double;
  dwc:latitude '60.775'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-143'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.775 4.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.775"^^xsd:decimal ;
  dwc:decimalLongitude "4.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.775 4.4333)"^^geo:wktLiteral ;
  geo-pos:lat "60.775"^^xsd:decimal ;
  geo-pos:long "4.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-144'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '4.4333'^^xsd:double;
  dwc:latitude '60.775'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-144'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.77 4.5167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.77"^^xsd:decimal ;
  dwc:decimalLongitude "4.5167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.77 4.5167)"^^geo:wktLiteral ;
  geo-pos:lat "60.77"^^xsd:decimal ;
  geo-pos:long "4.5167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-145'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '4.5167'^^xsd:double;
  dwc:latitude '60.77'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-145'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.7583 4.5383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.7583"^^xsd:decimal ;
  dwc:decimalLongitude "4.5383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.7583 4.5383)"^^geo:wktLiteral ;
  geo-pos:lat "60.7583"^^xsd:decimal ;
  geo-pos:long "4.5383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-146'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '4.5383'^^xsd:double;
  dwc:latitude '60.7583'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-146'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4533 4.7833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.4533"^^xsd:decimal ;
  dwc:decimalLongitude "4.7833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4533 4.7833)"^^geo:wktLiteral ;
  geo-pos:lat "60.4533"^^xsd:decimal ;
  geo-pos:long "4.7833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-147'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '4.7833'^^xsd:double;
  dwc:latitude '60.4533'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-147'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4075 5.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.4075"^^xsd:decimal ;
  dwc:decimalLongitude "5.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4075 5.1)"^^geo:wktLiteral ;
  geo-pos:lat "60.4075"^^xsd:decimal ;
  geo-pos:long "5.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-148'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.1'^^xsd:double;
  dwc:latitude '60.4075'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-148'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2833 6.2083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.2833"^^xsd:decimal ;
  dwc:decimalLongitude "6.2083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2833 6.2083)"^^geo:wktLiteral ;
  geo-pos:lat "60.2833"^^xsd:decimal ;
  geo-pos:long "6.2083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-149'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '6.2083'^^xsd:double;
  dwc:latitude '60.2833'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-149'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.275 6.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.275"^^xsd:decimal ;
  dwc:decimalLongitude "6.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.275 6.2)"^^geo:wktLiteral ;
  geo-pos:lat "60.275"^^xsd:decimal ;
  geo-pos:long "6.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-150'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '6.2'^^xsd:double;
  dwc:latitude '60.275'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-150'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2133 5.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.2133"^^xsd:decimal ;
  dwc:decimalLongitude "5.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2133 5.55)"^^geo:wktLiteral ;
  geo-pos:lat "60.2133"^^xsd:decimal ;
  geo-pos:long "5.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-151'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.55'^^xsd:double;
  dwc:latitude '60.2133'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-151'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.148958 5.1203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.148958"^^xsd:decimal ;
  dwc:decimalLongitude "5.1203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.148958 5.1203)"^^geo:wktLiteral ;
  geo-pos:lat "60.148958"^^xsd:decimal ;
  geo-pos:long "5.1203"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-152'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.1203'^^xsd:double;
  dwc:latitude '60.148958'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-152'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.0233 5.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.0233"^^xsd:decimal ;
  dwc:decimalLongitude "5.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.0233 5.45)"^^geo:wktLiteral ;
  geo-pos:lat "60.0233"^^xsd:decimal ;
  geo-pos:long "5.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-153'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.45'^^xsd:double;
  dwc:latitude '60.0233'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-153'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.99 5.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.99"^^xsd:decimal ;
  dwc:decimalLongitude "5.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.99 5.3333)"^^geo:wktLiteral ;
  geo-pos:lat "59.99"^^xsd:decimal ;
  geo-pos:long "5.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-154'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.3333'^^xsd:double;
  dwc:latitude '59.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-154'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.8167 5.3033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.8167"^^xsd:decimal ;
  dwc:decimalLongitude "5.3033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.8167 5.3033)"^^geo:wktLiteral ;
  geo-pos:lat "59.8167"^^xsd:decimal ;
  geo-pos:long "5.3033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-155'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.3033'^^xsd:double;
  dwc:latitude '59.8167'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-155'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.8033 5.5867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.8033"^^xsd:decimal ;
  dwc:decimalLongitude "5.5867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.8033 5.5867)"^^geo:wktLiteral ;
  geo-pos:lat "59.8033"^^xsd:decimal ;
  geo-pos:long "5.5867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-156'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.5867'^^xsd:double;
  dwc:latitude '59.8033'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-156'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.7467 5.4267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.7467"^^xsd:decimal ;
  dwc:decimalLongitude "5.4267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.7467 5.4267)"^^geo:wktLiteral ;
  geo-pos:lat "59.7467"^^xsd:decimal ;
  geo-pos:long "5.4267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-157'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.4267'^^xsd:double;
  dwc:latitude '59.7467'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-157'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.7217 5.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.7217"^^xsd:decimal ;
  dwc:decimalLongitude "5.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.7217 5.47)"^^geo:wktLiteral ;
  geo-pos:lat "59.7217"^^xsd:decimal ;
  geo-pos:long "5.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-158'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.47'^^xsd:double;
  dwc:latitude '59.7217'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-158'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.5942 5.5417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.5942"^^xsd:decimal ;
  dwc:decimalLongitude "5.5417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.5942 5.5417)"^^geo:wktLiteral ;
  geo-pos:lat "59.5942"^^xsd:decimal ;
  geo-pos:long "5.5417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-159'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.5417'^^xsd:double;
  dwc:latitude '59.5942'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-159'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.572805 5.19315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.572805"^^xsd:decimal ;
  dwc:decimalLongitude "5.19315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.572805 5.19315)"^^geo:wktLiteral ;
  geo-pos:lat "59.572805"^^xsd:decimal ;
  geo-pos:long "5.19315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-160'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.19315'^^xsd:double;
  dwc:latitude '59.572805'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-160'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9167 7.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9167"^^xsd:decimal ;
  dwc:decimalLongitude "7.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9167 7.8667)"^^geo:wktLiteral ;
  geo-pos:lat "63.9167"^^xsd:decimal ;
  geo-pos:long "7.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-161'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:longitude '7.8667'^^xsd:double;
  dwc:latitude '63.9167'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-161'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9333 7.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9333"^^xsd:decimal ;
  dwc:decimalLongitude "7.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9333 7.9)"^^geo:wktLiteral ;
  geo-pos:lat "63.9333"^^xsd:decimal ;
  geo-pos:long "7.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-162'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:longitude '7.9'^^xsd:double;
  dwc:latitude '63.9333'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-162'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.8333 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.8333"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.8333 8)"^^geo:wktLiteral ;
  geo-pos:lat "63.8333"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-163'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '63.8333'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-163'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.8667 8.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.8667"^^xsd:decimal ;
  dwc:decimalLongitude "8.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.8667 8.0167)"^^geo:wktLiteral ;
  geo-pos:lat "63.8667"^^xsd:decimal ;
  geo-pos:long "8.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-164'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:longitude '8.0167'^^xsd:double;
  dwc:latitude '63.8667'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-164'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.55 10.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.55"^^xsd:decimal ;
  dwc:decimalLongitude "10.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.55 10.4167)"^^geo:wktLiteral ;
  geo-pos:lat "63.55"^^xsd:decimal ;
  geo-pos:long "10.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-165'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:longitude '10.4167'^^xsd:double;
  dwc:latitude '63.55'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-165'^^xsd:string;
  dwc:observationDate '1998-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.55 10.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.55"^^xsd:decimal ;
  dwc:decimalLongitude "10.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.55 10.4333)"^^geo:wktLiteral ;
  geo-pos:lat "63.55"^^xsd:decimal ;
  geo-pos:long "10.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-166'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:longitude '10.4333'^^xsd:double;
  dwc:latitude '63.55'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-166'^^xsd:string;
  dwc:observationDate '1998-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6 9.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6"^^xsd:decimal ;
  dwc:decimalLongitude "9.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-167'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:longitude '9.8'^^xsd:double;
  dwc:latitude '63.6'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-167'^^xsd:string;
  dwc:observationDate '1998-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6 9.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6"^^xsd:decimal ;
  dwc:decimalLongitude "9.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6 9.8167)"^^geo:wktLiteral ;
  geo-pos:lat "63.6"^^xsd:decimal ;
  geo-pos:long "9.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-168'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:longitude '9.8167'^^xsd:double;
  dwc:latitude '63.6'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-168'^^xsd:string;
  dwc:observationDate '1998-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.8667 10.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.8667"^^xsd:decimal ;
  dwc:decimalLongitude "10.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-169'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:longitude '10.75'^^xsd:double;
  dwc:latitude '66.8667'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-169'^^xsd:string;
  dwc:observationDate '1996-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.95 10.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.95"^^xsd:decimal ;
  dwc:decimalLongitude "10.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.95 10.9167)"^^geo:wktLiteral ;
  geo-pos:lat "66.95"^^xsd:decimal ;
  geo-pos:long "10.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-170'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:longitude '10.9167'^^xsd:double;
  dwc:latitude '66.95'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-170'^^xsd:string;
  dwc:observationDate '1996-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.4167 7.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.4167"^^xsd:decimal ;
  dwc:decimalLongitude "7.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.4167 7.8333)"^^geo:wktLiteral ;
  geo-pos:lat "64.4167"^^xsd:decimal ;
  geo-pos:long "7.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-171'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:longitude '7.8333'^^xsd:double;
  dwc:latitude '64.4167'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-171'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.5 7.9167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.5"^^xsd:decimal ;
  dwc:decimalLongitude "7.9167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.5 7.9167)"^^geo:wktLiteral ;
  geo-pos:lat "64.5"^^xsd:decimal ;
  geo-pos:long "7.9167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-172'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:longitude '7.9167'^^xsd:double;
  dwc:latitude '64.5'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-172'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.0667 6.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.0667"^^xsd:decimal ;
  dwc:decimalLongitude "6.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.0667 6.8)"^^geo:wktLiteral ;
  geo-pos:lat "65.0667"^^xsd:decimal ;
  geo-pos:long "6.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-173'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:longitude '6.8'^^xsd:double;
  dwc:latitude '65.0667'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-173'^^xsd:string;
  dwc:observationDate '1994-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1333 6.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.1333"^^xsd:decimal ;
  dwc:decimalLongitude "6.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1333 6.9333)"^^geo:wktLiteral ;
  geo-pos:lat "65.1333"^^xsd:decimal ;
  geo-pos:long "6.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-174'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:longitude '6.9333'^^xsd:double;
  dwc:latitude '65.1333'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-174'^^xsd:string;
  dwc:observationDate '1994-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.95 6.4167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.95"^^xsd:decimal ;
  dwc:decimalLongitude "6.4167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.95 6.4167)"^^geo:wktLiteral ;
  geo-pos:lat "64.95"^^xsd:decimal ;
  geo-pos:long "6.4167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-175'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:longitude '6.4167'^^xsd:double;
  dwc:latitude '64.95'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-175'^^xsd:string;
  dwc:observationDate '1997-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.05 6.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.05"^^xsd:decimal ;
  dwc:decimalLongitude "6.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.05 6.5)"^^geo:wktLiteral ;
  geo-pos:lat "65.05"^^xsd:decimal ;
  geo-pos:long "6.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-176'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:longitude '6.5'^^xsd:double;
  dwc:latitude '65.05'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-176'^^xsd:string;
  dwc:observationDate '1997-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.3167 20.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.3167"^^xsd:decimal ;
  dwc:decimalLongitude "20.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.3167 20.5)"^^geo:wktLiteral ;
  geo-pos:lat "70.3167"^^xsd:decimal ;
  geo-pos:long "20.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-177'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:longitude '20.5'^^xsd:double;
  dwc:latitude '70.3167'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-177'^^xsd:string;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.3333 20.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.3333"^^xsd:decimal ;
  dwc:decimalLongitude "20.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.3333 20.8333)"^^geo:wktLiteral ;
  geo-pos:lat "70.3333"^^xsd:decimal ;
  geo-pos:long "20.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-178'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:longitude '20.8333'^^xsd:double;
  dwc:latitude '70.3333'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-178'^^xsd:string;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.3 7.8667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.3"^^xsd:decimal ;
  dwc:decimalLongitude "7.8667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.3 7.8667)"^^geo:wktLiteral ;
  geo-pos:lat "64.3"^^xsd:decimal ;
  geo-pos:long "7.8667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-179'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:longitude '7.8667'^^xsd:double;
  dwc:latitude '64.3'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-179'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.3333 7.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.3333"^^xsd:decimal ;
  dwc:decimalLongitude "7.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.3333 7.9333)"^^geo:wktLiteral ;
  geo-pos:lat "64.3333"^^xsd:decimal ;
  geo-pos:long "7.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-180'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:longitude '7.9333'^^xsd:double;
  dwc:latitude '64.3333'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-180'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.8333 7.8833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.8333"^^xsd:decimal ;
  dwc:decimalLongitude "7.8833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.8333 7.8833)"^^geo:wktLiteral ;
  geo-pos:lat "63.8333"^^xsd:decimal ;
  geo-pos:long "7.8833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-181'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:longitude '7.8833'^^xsd:double;
  dwc:latitude '63.8333'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-181'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.8833 7.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.8833"^^xsd:decimal ;
  dwc:decimalLongitude "7.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.8833 7.95)"^^geo:wktLiteral ;
  geo-pos:lat "63.8833"^^xsd:decimal ;
  geo-pos:long "7.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-182'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:longitude '7.95'^^xsd:double;
  dwc:latitude '63.8833'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-182'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 7.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.95"^^xsd:decimal ;
  dwc:decimalLongitude "7.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.95 7.8333)"^^geo:wktLiteral ;
  geo-pos:lat "63.95"^^xsd:decimal ;
  geo-pos:long "7.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-183'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:longitude '7.8333'^^xsd:double;
  dwc:latitude '63.95'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-183'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1333 7.9333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1333"^^xsd:decimal ;
  dwc:decimalLongitude "7.9333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1333 7.9333)"^^geo:wktLiteral ;
  geo-pos:lat "64.1333"^^xsd:decimal ;
  geo-pos:long "7.9333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-184'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:longitude '7.9333'^^xsd:double;
  dwc:latitude '64.1333'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-184'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.5 6.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.5"^^xsd:decimal ;
  dwc:decimalLongitude "6.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.5 6.5)"^^geo:wktLiteral ;
  geo-pos:lat "64.5"^^xsd:decimal ;
  geo-pos:long "6.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-185'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:longitude '6.5'^^xsd:double;
  dwc:latitude '64.5'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-185'^^xsd:string;
  dwc:observationDate '1999-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6 6.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.6"^^xsd:decimal ;
  dwc:decimalLongitude "6.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6 6.5667)"^^geo:wktLiteral ;
  geo-pos:lat "64.6"^^xsd:decimal ;
  geo-pos:long "6.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-186'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:longitude '6.5667'^^xsd:double;
  dwc:latitude '64.6'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-186'^^xsd:string;
  dwc:observationDate '1999-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-187> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.8 6.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.8"^^xsd:decimal ;
  dwc:decimalLongitude "6.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.8 6.1667)"^^geo:wktLiteral ;
  geo-pos:lat "63.8"^^xsd:decimal ;
  geo-pos:long "6.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-187'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:longitude '6.1667'^^xsd:double;
  dwc:latitude '63.8'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-187'^^xsd:string;
  dwc:observationDate '1999-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-188> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9 6.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9"^^xsd:decimal ;
  dwc:decimalLongitude "6.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9 6.25)"^^geo:wktLiteral ;
  geo-pos:lat "63.9"^^xsd:decimal ;
  geo-pos:long "6.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-188'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:longitude '6.25'^^xsd:double;
  dwc:latitude '63.9'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-188'^^xsd:string;
  dwc:observationDate '1999-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.6333 7.5833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.6333"^^xsd:decimal ;
  dwc:decimalLongitude "7.5833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.6333 7.5833)"^^geo:wktLiteral ;
  geo-pos:lat "65.6333"^^xsd:decimal ;
  geo-pos:long "7.5833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-189'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:longitude '7.5833'^^xsd:double;
  dwc:latitude '65.6333'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-189'^^xsd:string;
  dwc:observationDate '1999-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.75 7.7167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.75"^^xsd:decimal ;
  dwc:decimalLongitude "7.7167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.75 7.7167)"^^geo:wktLiteral ;
  geo-pos:lat "65.75"^^xsd:decimal ;
  geo-pos:long "7.7167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-190'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:longitude '7.7167'^^xsd:double;
  dwc:latitude '65.75'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-190'^^xsd:string;
  dwc:observationDate '1999-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.3333 7.1667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.3333"^^xsd:decimal ;
  dwc:decimalLongitude "7.1667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.3333 7.1667)"^^geo:wktLiteral ;
  geo-pos:lat "65.3333"^^xsd:decimal ;
  geo-pos:long "7.1667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-191'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:longitude '7.1667'^^xsd:double;
  dwc:latitude '65.3333'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-191'^^xsd:string;
  dwc:observationDate '1999-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.45 7.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.45"^^xsd:decimal ;
  dwc:decimalLongitude "7.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.45 7.3333)"^^geo:wktLiteral ;
  geo-pos:lat "65.45"^^xsd:decimal ;
  geo-pos:long "7.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-192'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:longitude '7.3333'^^xsd:double;
  dwc:latitude '65.45'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-192'^^xsd:string;
  dwc:observationDate '1999-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5133 5.7242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5133"^^xsd:decimal ;
  dwc:decimalLongitude "5.7242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5133 5.7242)"^^geo:wktLiteral ;
  geo-pos:lat "63.5133"^^xsd:decimal ;
  geo-pos:long "5.7242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-193'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:longitude '5.7242'^^xsd:double;
  dwc:latitude '63.5133'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-193'^^xsd:string;
  dwc:observationDate '1998-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5131 5.7247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5131"^^xsd:decimal ;
  dwc:decimalLongitude "5.7247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5131 5.7247)"^^geo:wktLiteral ;
  geo-pos:lat "63.5131"^^xsd:decimal ;
  geo-pos:long "5.7247"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-194'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:longitude '5.7247'^^xsd:double;
  dwc:latitude '63.5131'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-194'^^xsd:string;
  dwc:observationDate '1998-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5128 5.7254)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5128"^^xsd:decimal ;
  dwc:decimalLongitude "5.7254"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5128 5.7254)"^^geo:wktLiteral ;
  geo-pos:lat "63.5128"^^xsd:decimal ;
  geo-pos:long "5.7254"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-195'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:longitude '5.7254'^^xsd:double;
  dwc:latitude '63.5128'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-195'^^xsd:string;
  dwc:observationDate '1998-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5114 5.723)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5114"^^xsd:decimal ;
  dwc:decimalLongitude "5.723"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5114 5.723)"^^geo:wktLiteral ;
  geo-pos:lat "63.5114"^^xsd:decimal ;
  geo-pos:long "5.723"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-196'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:longitude '5.723'^^xsd:double;
  dwc:latitude '63.5114'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-196'^^xsd:string;
  dwc:observationDate '1998-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5125 5.7253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5125"^^xsd:decimal ;
  dwc:decimalLongitude "5.7253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5125 5.7253)"^^geo:wktLiteral ;
  geo-pos:lat "63.5125"^^xsd:decimal ;
  geo-pos:long "5.7253"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-197'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:longitude '5.7253'^^xsd:double;
  dwc:latitude '63.5125'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-197'^^xsd:string;
  dwc:observationDate '1998-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5128 5.7258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5128"^^xsd:decimal ;
  dwc:decimalLongitude "5.7258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5128 5.7258)"^^geo:wktLiteral ;
  geo-pos:lat "63.5128"^^xsd:decimal ;
  geo-pos:long "5.7258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-198'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:longitude '5.7258'^^xsd:double;
  dwc:latitude '63.5128'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-198'^^xsd:string;
  dwc:observationDate '1998-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5129 5.7259)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5129"^^xsd:decimal ;
  dwc:decimalLongitude "5.7259"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5129 5.7259)"^^geo:wktLiteral ;
  geo-pos:lat "63.5129"^^xsd:decimal ;
  geo-pos:long "5.7259"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-199'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:longitude '5.7259'^^xsd:double;
  dwc:latitude '63.5129'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-199'^^xsd:string;
  dwc:observationDate '1998-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.8988 6.8743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.8988"^^xsd:decimal ;
  dwc:decimalLongitude "6.8743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.8988 6.8743)"^^geo:wktLiteral ;
  geo-pos:lat "62.8988"^^xsd:decimal ;
  geo-pos:long "6.8743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-200'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '6.8743'^^xsd:double;
  dwc:latitude '62.8988'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-200'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.8991 6.872)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.8991"^^xsd:decimal ;
  dwc:decimalLongitude "6.872"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.8991 6.872)"^^geo:wktLiteral ;
  geo-pos:lat "62.8991"^^xsd:decimal ;
  geo-pos:long "6.872"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-201'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '6.872'^^xsd:double;
  dwc:latitude '62.8991'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-201'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.8995 6.8693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.8995"^^xsd:decimal ;
  dwc:decimalLongitude "6.8693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.8995 6.8693)"^^geo:wktLiteral ;
  geo-pos:lat "62.8995"^^xsd:decimal ;
  geo-pos:long "6.8693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-202'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '6.8693'^^xsd:double;
  dwc:latitude '62.8995'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-202'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.8996 6.8683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.8996"^^xsd:decimal ;
  dwc:decimalLongitude "6.8683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.8996 6.8683)"^^geo:wktLiteral ;
  geo-pos:lat "62.8996"^^xsd:decimal ;
  geo-pos:long "6.8683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-203'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '6.8683'^^xsd:double;
  dwc:latitude '62.8996'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-203'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.8997 6.8676)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.8997"^^xsd:decimal ;
  dwc:decimalLongitude "6.8676"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.8997 6.8676)"^^geo:wktLiteral ;
  geo-pos:lat "62.8997"^^xsd:decimal ;
  geo-pos:long "6.8676"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-204'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '6.8676'^^xsd:double;
  dwc:latitude '62.8997'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-204'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.8997 6.8672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.8997"^^xsd:decimal ;
  dwc:decimalLongitude "6.8672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.8997 6.8672)"^^geo:wktLiteral ;
  geo-pos:lat "62.8997"^^xsd:decimal ;
  geo-pos:long "6.8672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-205'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '6.8672'^^xsd:double;
  dwc:latitude '62.8997'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-205'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.8997 6.8668)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.8997"^^xsd:decimal ;
  dwc:decimalLongitude "6.8668"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.8997 6.8668)"^^geo:wktLiteral ;
  geo-pos:lat "62.8997"^^xsd:decimal ;
  geo-pos:long "6.8668"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-206'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '6.8668'^^xsd:double;
  dwc:latitude '62.8997'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-206'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.8998 6.8661)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.8998"^^xsd:decimal ;
  dwc:decimalLongitude "6.8661"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.8998 6.8661)"^^geo:wktLiteral ;
  geo-pos:lat "62.8998"^^xsd:decimal ;
  geo-pos:long "6.8661"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-207'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '6.8661'^^xsd:double;
  dwc:latitude '62.8998'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-207'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9006 6.8546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.9006"^^xsd:decimal ;
  dwc:decimalLongitude "6.8546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9006 6.8546)"^^geo:wktLiteral ;
  geo-pos:lat "62.9006"^^xsd:decimal ;
  geo-pos:long "6.8546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-208'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '6.8546'^^xsd:double;
  dwc:latitude '62.9006'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-208'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9007 6.8527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.9007"^^xsd:decimal ;
  dwc:decimalLongitude "6.8527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9007 6.8527)"^^geo:wktLiteral ;
  geo-pos:lat "62.9007"^^xsd:decimal ;
  geo-pos:long "6.8527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-209'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '6.8527'^^xsd:double;
  dwc:latitude '62.9007'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-209'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9007 6.8532)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.9007"^^xsd:decimal ;
  dwc:decimalLongitude "6.8532"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9007 6.8532)"^^geo:wktLiteral ;
  geo-pos:lat "62.9007"^^xsd:decimal ;
  geo-pos:long "6.8532"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-210'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '6.8532'^^xsd:double;
  dwc:latitude '62.9007'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-210'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9009 6.8496)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.9009"^^xsd:decimal ;
  dwc:decimalLongitude "6.8496"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9009 6.8496)"^^geo:wktLiteral ;
  geo-pos:lat "62.9009"^^xsd:decimal ;
  geo-pos:long "6.8496"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-211'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '6.8496'^^xsd:double;
  dwc:latitude '62.9009'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-211'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9009 6.8489)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.9009"^^xsd:decimal ;
  dwc:decimalLongitude "6.8489"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9009 6.8489)"^^geo:wktLiteral ;
  geo-pos:lat "62.9009"^^xsd:decimal ;
  geo-pos:long "6.8489"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-212'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '6.8489'^^xsd:double;
  dwc:latitude '62.9009'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-212'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.901 6.8485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.901"^^xsd:decimal ;
  dwc:decimalLongitude "6.8485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.901 6.8485)"^^geo:wktLiteral ;
  geo-pos:lat "62.901"^^xsd:decimal ;
  geo-pos:long "6.8485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-213'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '6.8485'^^xsd:double;
  dwc:latitude '62.901'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-213'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.8982 6.8773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.8982"^^xsd:decimal ;
  dwc:decimalLongitude "6.8773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.8982 6.8773)"^^geo:wktLiteral ;
  geo-pos:lat "62.8982"^^xsd:decimal ;
  geo-pos:long "6.8773"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-214'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '6.8773'^^xsd:double;
  dwc:latitude '62.8982'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-214'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5986 5.8119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5986"^^xsd:decimal ;
  dwc:decimalLongitude "5.8119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5986 5.8119)"^^geo:wktLiteral ;
  geo-pos:lat "63.5986"^^xsd:decimal ;
  geo-pos:long "5.8119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-215'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:longitude '5.8119'^^xsd:double;
  dwc:latitude '63.5986'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-215'^^xsd:string;
  dwc:observationDate '1998-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5987 5.8117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5987"^^xsd:decimal ;
  dwc:decimalLongitude "5.8117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5987 5.8117)"^^geo:wktLiteral ;
  geo-pos:lat "63.5987"^^xsd:decimal ;
  geo-pos:long "5.8117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-216'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:longitude '5.8117'^^xsd:double;
  dwc:latitude '63.5987'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-216'^^xsd:string;
  dwc:observationDate '1998-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5988 5.8105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5988"^^xsd:decimal ;
  dwc:decimalLongitude "5.8105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5988 5.8105)"^^geo:wktLiteral ;
  geo-pos:lat "63.5988"^^xsd:decimal ;
  geo-pos:long "5.8105"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-217'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:longitude '5.8105'^^xsd:double;
  dwc:latitude '63.5988'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-217'^^xsd:string;
  dwc:observationDate '1998-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5988 5.8103)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5988"^^xsd:decimal ;
  dwc:decimalLongitude "5.8103"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5988 5.8103)"^^geo:wktLiteral ;
  geo-pos:lat "63.5988"^^xsd:decimal ;
  geo-pos:long "5.8103"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-218'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:longitude '5.8103'^^xsd:double;
  dwc:latitude '63.5988'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-218'^^xsd:string;
  dwc:observationDate '1998-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5989 5.8099)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5989"^^xsd:decimal ;
  dwc:decimalLongitude "5.8099"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5989 5.8099)"^^geo:wktLiteral ;
  geo-pos:lat "63.5989"^^xsd:decimal ;
  geo-pos:long "5.8099"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-219'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:longitude '5.8099'^^xsd:double;
  dwc:latitude '63.5989'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-219'^^xsd:string;
  dwc:observationDate '1998-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.599 5.8087)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.599"^^xsd:decimal ;
  dwc:decimalLongitude "5.8087"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.599 5.8087)"^^geo:wktLiteral ;
  geo-pos:lat "63.599"^^xsd:decimal ;
  geo-pos:long "5.8087"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-220'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:longitude '5.8087'^^xsd:double;
  dwc:latitude '63.599'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-220'^^xsd:string;
  dwc:observationDate '1998-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5991 5.8081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5991"^^xsd:decimal ;
  dwc:decimalLongitude "5.8081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5991 5.8081)"^^geo:wktLiteral ;
  geo-pos:lat "63.5991"^^xsd:decimal ;
  geo-pos:long "5.8081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-221'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:longitude '5.8081'^^xsd:double;
  dwc:latitude '63.5991'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-221'^^xsd:string;
  dwc:observationDate '1998-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9635 6.7064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.9635"^^xsd:decimal ;
  dwc:decimalLongitude "6.7064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9635 6.7064)"^^geo:wktLiteral ;
  geo-pos:lat "62.9635"^^xsd:decimal ;
  geo-pos:long "6.7064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-222'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '6.7064'^^xsd:double;
  dwc:latitude '62.9635'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-222'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9638 6.7069)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.9638"^^xsd:decimal ;
  dwc:decimalLongitude "6.7069"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9638 6.7069)"^^geo:wktLiteral ;
  geo-pos:lat "62.9638"^^xsd:decimal ;
  geo-pos:long "6.7069"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-223'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '6.7069'^^xsd:double;
  dwc:latitude '62.9638'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-223'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9639 6.7069)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.9639"^^xsd:decimal ;
  dwc:decimalLongitude "6.7069"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9639 6.7069)"^^geo:wktLiteral ;
  geo-pos:lat "62.9639"^^xsd:decimal ;
  geo-pos:long "6.7069"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-224'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '6.7069'^^xsd:double;
  dwc:latitude '62.9639'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-224'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9659 6.7096)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.9659"^^xsd:decimal ;
  dwc:decimalLongitude "6.7096"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9659 6.7096)"^^geo:wktLiteral ;
  geo-pos:lat "62.9659"^^xsd:decimal ;
  geo-pos:long "6.7096"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-225'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '6.7096'^^xsd:double;
  dwc:latitude '62.9659'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-225'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9641 6.7071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.9641"^^xsd:decimal ;
  dwc:decimalLongitude "6.7071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9641 6.7071)"^^geo:wktLiteral ;
  geo-pos:lat "62.9641"^^xsd:decimal ;
  geo-pos:long "6.7071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-226'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '6.7071'^^xsd:double;
  dwc:latitude '62.9641'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-226'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9648 6.7087)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.9648"^^xsd:decimal ;
  dwc:decimalLongitude "6.7087"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9648 6.7087)"^^geo:wktLiteral ;
  geo-pos:lat "62.9648"^^xsd:decimal ;
  geo-pos:long "6.7087"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-227'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '6.7087'^^xsd:double;
  dwc:latitude '62.9648'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-227'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9658 6.7134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.9658"^^xsd:decimal ;
  dwc:decimalLongitude "6.7134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9658 6.7134)"^^geo:wktLiteral ;
  geo-pos:lat "62.9658"^^xsd:decimal ;
  geo-pos:long "6.7134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-228'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '6.7134'^^xsd:double;
  dwc:latitude '62.9658'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-228'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9657 6.7113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.9657"^^xsd:decimal ;
  dwc:decimalLongitude "6.7113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9657 6.7113)"^^geo:wktLiteral ;
  geo-pos:lat "62.9657"^^xsd:decimal ;
  geo-pos:long "6.7113"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-229'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '6.7113'^^xsd:double;
  dwc:latitude '62.9657'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-229'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9659 6.7116)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.9659"^^xsd:decimal ;
  dwc:decimalLongitude "6.7116"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9659 6.7116)"^^geo:wktLiteral ;
  geo-pos:lat "62.9659"^^xsd:decimal ;
  geo-pos:long "6.7116"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-230'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '6.7116'^^xsd:double;
  dwc:latitude '62.9659'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-230'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9662 6.7114)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.9662"^^xsd:decimal ;
  dwc:decimalLongitude "6.7114"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9662 6.7114)"^^geo:wktLiteral ;
  geo-pos:lat "62.9662"^^xsd:decimal ;
  geo-pos:long "6.7114"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-231'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '6.7114'^^xsd:double;
  dwc:latitude '62.9662'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-231'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9668 6.7125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.9668"^^xsd:decimal ;
  dwc:decimalLongitude "6.7125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9668 6.7125)"^^geo:wktLiteral ;
  geo-pos:lat "62.9668"^^xsd:decimal ;
  geo-pos:long "6.7125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-232'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '6.7125'^^xsd:double;
  dwc:latitude '62.9668'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-232'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9668 6.7128)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.9668"^^xsd:decimal ;
  dwc:decimalLongitude "6.7128"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9668 6.7128)"^^geo:wktLiteral ;
  geo-pos:lat "62.9668"^^xsd:decimal ;
  geo-pos:long "6.7128"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-233'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '6.7128'^^xsd:double;
  dwc:latitude '62.9668'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-233'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9655 6.7097)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.9655"^^xsd:decimal ;
  dwc:decimalLongitude "6.7097"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9655 6.7097)"^^geo:wktLiteral ;
  geo-pos:lat "62.9655"^^xsd:decimal ;
  geo-pos:long "6.7097"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-234'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '6.7097'^^xsd:double;
  dwc:latitude '62.9655'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-234'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9676 6.715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.9676"^^xsd:decimal ;
  dwc:decimalLongitude "6.715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9676 6.715)"^^geo:wktLiteral ;
  geo-pos:lat "62.9676"^^xsd:decimal ;
  geo-pos:long "6.715"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-235'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '6.715'^^xsd:double;
  dwc:latitude '62.9676'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-235'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9679 6.7136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.9679"^^xsd:decimal ;
  dwc:decimalLongitude "6.7136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9679 6.7136)"^^geo:wktLiteral ;
  geo-pos:lat "62.9679"^^xsd:decimal ;
  geo-pos:long "6.7136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-236'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '6.7136'^^xsd:double;
  dwc:latitude '62.9679'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-236'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.3861 6.0389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.3861"^^xsd:decimal ;
  dwc:decimalLongitude "6.0389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.3861 6.0389)"^^geo:wktLiteral ;
  geo-pos:lat "59.3861"^^xsd:decimal ;
  geo-pos:long "6.0389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-237'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '6.0389'^^xsd:double;
  dwc:latitude '59.3861'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-237'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.9918 9.3793)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.9918"^^xsd:decimal ;
  dwc:decimalLongitude "9.3793"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.9918 9.3793)"^^geo:wktLiteral ;
  geo-pos:lat "64.9918"^^xsd:decimal ;
  geo-pos:long "9.3793"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-238'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '9.3793'^^xsd:double;
  dwc:latitude '64.9918'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-238'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.0383 9.2468)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.0383"^^xsd:decimal ;
  dwc:decimalLongitude "9.2468"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.0383 9.2468)"^^geo:wktLiteral ;
  geo-pos:lat "65.0383"^^xsd:decimal ;
  geo-pos:long "9.2468"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-239'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '9.2468'^^xsd:double;
  dwc:latitude '65.0383'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-239'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1142 9.374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.1142"^^xsd:decimal ;
  dwc:decimalLongitude "9.374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1142 9.374)"^^geo:wktLiteral ;
  geo-pos:lat "65.1142"^^xsd:decimal ;
  geo-pos:long "9.374"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-240'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '9.374'^^xsd:double;
  dwc:latitude '65.1142'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-240'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.147 9.4552)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.147"^^xsd:decimal ;
  dwc:decimalLongitude "9.4552"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.147 9.4552)"^^geo:wktLiteral ;
  geo-pos:lat "65.147"^^xsd:decimal ;
  geo-pos:long "9.4552"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-241'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '9.4552'^^xsd:double;
  dwc:latitude '65.147'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-241'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.153 9.4725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.153"^^xsd:decimal ;
  dwc:decimalLongitude "9.4725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.153 9.4725)"^^geo:wktLiteral ;
  geo-pos:lat "65.153"^^xsd:decimal ;
  geo-pos:long "9.4725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-242'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '9.4725'^^xsd:double;
  dwc:latitude '65.153'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-242'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.3567 8.4267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.3567"^^xsd:decimal ;
  dwc:decimalLongitude "8.4267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.3567 8.4267)"^^geo:wktLiteral ;
  geo-pos:lat "64.3567"^^xsd:decimal ;
  geo-pos:long "8.4267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-243'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '8.4267'^^xsd:double;
  dwc:latitude '64.3567'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-243'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.3892 8.6572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.3892"^^xsd:decimal ;
  dwc:decimalLongitude "8.6572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.3892 8.6572)"^^geo:wktLiteral ;
  geo-pos:lat "64.3892"^^xsd:decimal ;
  geo-pos:long "8.6572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-244'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '8.6572'^^xsd:double;
  dwc:latitude '64.3892'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-244'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1008 8.0577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1008"^^xsd:decimal ;
  dwc:decimalLongitude "8.0577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1008 8.0577)"^^geo:wktLiteral ;
  geo-pos:lat "64.1008"^^xsd:decimal ;
  geo-pos:long "8.0577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-245'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '8.0577'^^xsd:double;
  dwc:latitude '64.1008'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-245'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.083 8.0373)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.083"^^xsd:decimal ;
  dwc:decimalLongitude "8.0373"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.083 8.0373)"^^geo:wktLiteral ;
  geo-pos:lat "64.083"^^xsd:decimal ;
  geo-pos:long "8.0373"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-246'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '8.0373'^^xsd:double;
  dwc:latitude '64.083'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-246'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0867 8.0457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0867"^^xsd:decimal ;
  dwc:decimalLongitude "8.0457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0867 8.0457)"^^geo:wktLiteral ;
  geo-pos:lat "64.0867"^^xsd:decimal ;
  geo-pos:long "8.0457"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-247'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '8.0457'^^xsd:double;
  dwc:latitude '64.0867'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-247'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.083 8.0438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.083"^^xsd:decimal ;
  dwc:decimalLongitude "8.0438"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.083 8.0438)"^^geo:wktLiteral ;
  geo-pos:lat "64.083"^^xsd:decimal ;
  geo-pos:long "8.0438"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-248'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '8.0438'^^xsd:double;
  dwc:latitude '64.083'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-248'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.06 7.9798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.06"^^xsd:decimal ;
  dwc:decimalLongitude "7.9798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.06 7.9798)"^^geo:wktLiteral ;
  geo-pos:lat "64.06"^^xsd:decimal ;
  geo-pos:long "7.9798"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-249'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '7.9798'^^xsd:double;
  dwc:latitude '64.06'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-249'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6846 5.7558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6846"^^xsd:decimal ;
  dwc:decimalLongitude "5.7558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6846 5.7558)"^^geo:wktLiteral ;
  geo-pos:lat "63.6846"^^xsd:decimal ;
  geo-pos:long "5.7558"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-250'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '5.7558'^^xsd:double;
  dwc:latitude '63.6846'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-250'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1917 5.6343)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1917"^^xsd:decimal ;
  dwc:decimalLongitude "5.6343"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1917 5.6343)"^^geo:wktLiteral ;
  geo-pos:lat "64.1917"^^xsd:decimal ;
  geo-pos:long "5.6343"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-251'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '5.6343'^^xsd:double;
  dwc:latitude '64.1917'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-251'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2083 5.2945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.2083"^^xsd:decimal ;
  dwc:decimalLongitude "5.2945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2083 5.2945)"^^geo:wktLiteral ;
  geo-pos:lat "63.2083"^^xsd:decimal ;
  geo-pos:long "5.2945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-252'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '5.2945'^^xsd:double;
  dwc:latitude '63.2083'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-252'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2323 5.2508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.2323"^^xsd:decimal ;
  dwc:decimalLongitude "5.2508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2323 5.2508)"^^geo:wktLiteral ;
  geo-pos:lat "63.2323"^^xsd:decimal ;
  geo-pos:long "5.2508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-253'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '5.2508'^^xsd:double;
  dwc:latitude '63.2323'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-253'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2067 5.301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.2067"^^xsd:decimal ;
  dwc:decimalLongitude "5.301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2067 5.301)"^^geo:wktLiteral ;
  geo-pos:lat "63.2067"^^xsd:decimal ;
  geo-pos:long "5.301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-254'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '5.301'^^xsd:double;
  dwc:latitude '63.2067'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-254'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2083 5.3233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.2083"^^xsd:decimal ;
  dwc:decimalLongitude "5.3233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2083 5.3233)"^^geo:wktLiteral ;
  geo-pos:lat "63.2083"^^xsd:decimal ;
  geo-pos:long "5.3233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-255'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '5.3233'^^xsd:double;
  dwc:latitude '63.2083'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-255'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.7145 5.7427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.7145"^^xsd:decimal ;
  dwc:decimalLongitude "5.7427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.7145 5.7427)"^^geo:wktLiteral ;
  geo-pos:lat "63.7145"^^xsd:decimal ;
  geo-pos:long "5.7427"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-256'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '5.7427'^^xsd:double;
  dwc:latitude '63.7145'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-256'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.2375 10.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.2375"^^xsd:decimal ;
  dwc:decimalLongitude "10.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.2375 10.5667)"^^geo:wktLiteral ;
  geo-pos:lat "66.2375"^^xsd:decimal ;
  geo-pos:long "10.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-257'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '10.5667'^^xsd:double;
  dwc:latitude '66.2375'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-257'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.2365 10.589)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.2365"^^xsd:decimal ;
  dwc:decimalLongitude "10.589"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.2365 10.589)"^^geo:wktLiteral ;
  geo-pos:lat "66.2365"^^xsd:decimal ;
  geo-pos:long "10.589"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-258'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '10.589'^^xsd:double;
  dwc:latitude '66.2365'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-258'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.2032 10.5825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.2032"^^xsd:decimal ;
  dwc:decimalLongitude "10.5825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.2032 10.5825)"^^geo:wktLiteral ;
  geo-pos:lat "66.2032"^^xsd:decimal ;
  geo-pos:long "10.5825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-259'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '10.5825'^^xsd:double;
  dwc:latitude '66.2032'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-259'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.2655 10.6727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.2655"^^xsd:decimal ;
  dwc:decimalLongitude "10.6727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.2655 10.6727)"^^geo:wktLiteral ;
  geo-pos:lat "66.2655"^^xsd:decimal ;
  geo-pos:long "10.6727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-260'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '10.6727'^^xsd:double;
  dwc:latitude '66.2655'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-260'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.2507 10.6245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.2507"^^xsd:decimal ;
  dwc:decimalLongitude "10.6245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.2507 10.6245)"^^geo:wktLiteral ;
  geo-pos:lat "66.2507"^^xsd:decimal ;
  geo-pos:long "10.6245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-261'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '10.6245'^^xsd:double;
  dwc:latitude '66.2507'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-261'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.973 11.202)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.973"^^xsd:decimal ;
  dwc:decimalLongitude "11.202"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.973 11.202)"^^geo:wktLiteral ;
  geo-pos:lat "66.973"^^xsd:decimal ;
  geo-pos:long "11.202"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-262'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '11.202'^^xsd:double;
  dwc:latitude '66.973'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-262'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.0133 11.2682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.0133"^^xsd:decimal ;
  dwc:decimalLongitude "11.2682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.0133 11.2682)"^^geo:wktLiteral ;
  geo-pos:lat "67.0133"^^xsd:decimal ;
  geo-pos:long "11.2682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-263'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '11.2682'^^xsd:double;
  dwc:latitude '67.0133'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-263'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.096 11.0125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.096"^^xsd:decimal ;
  dwc:decimalLongitude "11.0125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.096 11.0125)"^^geo:wktLiteral ;
  geo-pos:lat "67.096"^^xsd:decimal ;
  geo-pos:long "11.0125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-264'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '11.0125'^^xsd:double;
  dwc:latitude '67.096'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-264'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.1023 11.1923)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.1023"^^xsd:decimal ;
  dwc:decimalLongitude "11.1923"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.1023 11.1923)"^^geo:wktLiteral ;
  geo-pos:lat "67.1023"^^xsd:decimal ;
  geo-pos:long "11.1923"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-265'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '11.1923'^^xsd:double;
  dwc:latitude '67.1023'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-265'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.2302 10.0798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.2302"^^xsd:decimal ;
  dwc:decimalLongitude "10.0798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.2302 10.0798)"^^geo:wktLiteral ;
  geo-pos:lat "67.2302"^^xsd:decimal ;
  geo-pos:long "10.0798"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-266'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '10.0798'^^xsd:double;
  dwc:latitude '67.2302'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-266'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.1723 10.0392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.1723"^^xsd:decimal ;
  dwc:decimalLongitude "10.0392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.1723 10.0392)"^^geo:wktLiteral ;
  geo-pos:lat "67.1723"^^xsd:decimal ;
  geo-pos:long "10.0392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-267'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '10.0392'^^xsd:double;
  dwc:latitude '67.1723'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-267'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.186 13.4778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.186"^^xsd:decimal ;
  dwc:decimalLongitude "13.4778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.186 13.4778)"^^geo:wktLiteral ;
  geo-pos:lat "67.186"^^xsd:decimal ;
  geo-pos:long "13.4778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-268'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '13.4778'^^xsd:double;
  dwc:latitude '67.186'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-268'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.2885 14.242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.2885"^^xsd:decimal ;
  dwc:decimalLongitude "14.242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.2885 14.242)"^^geo:wktLiteral ;
  geo-pos:lat "67.2885"^^xsd:decimal ;
  geo-pos:long "14.242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-269'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '14.242'^^xsd:double;
  dwc:latitude '67.2885'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-269'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.33 20.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.33"^^xsd:decimal ;
  dwc:decimalLongitude "20.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165"^^xsd:integer ;
  dwc:maximumDepthInMeters "165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.33 20.55)"^^geo:wktLiteral ;
  geo-pos:lat "70.33"^^xsd:decimal ;
  geo-pos:long "20.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-270'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '20.55'^^xsd:double;
  dwc:latitude '70.33'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '165'^^xsd:integer;
  dwc:maximumDepth '165'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-270'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.328 20.622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.328"^^xsd:decimal ;
  dwc:decimalLongitude "20.622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.328 20.622)"^^geo:wktLiteral ;
  geo-pos:lat "70.328"^^xsd:decimal ;
  geo-pos:long "20.622"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-271'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '20.622'^^xsd:double;
  dwc:latitude '70.328'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-271'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.316 20.605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.316"^^xsd:decimal ;
  dwc:decimalLongitude "20.605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.316 20.605)"^^geo:wktLiteral ;
  geo-pos:lat "70.316"^^xsd:decimal ;
  geo-pos:long "20.605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-272'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '20.605'^^xsd:double;
  dwc:latitude '70.316'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-272'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.33 20.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.33"^^xsd:decimal ;
  dwc:decimalLongitude "20.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.33 20.59)"^^geo:wktLiteral ;
  geo-pos:lat "70.33"^^xsd:decimal ;
  geo-pos:long "20.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-273'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '20.59'^^xsd:double;
  dwc:latitude '70.33'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '150'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-273'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.342 20.535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.342"^^xsd:decimal ;
  dwc:decimalLongitude "20.535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.342 20.535)"^^geo:wktLiteral ;
  geo-pos:lat "70.342"^^xsd:decimal ;
  geo-pos:long "20.535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-274'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '20.535'^^xsd:double;
  dwc:latitude '70.342'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '150'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-274'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.556 9.5538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.556"^^xsd:decimal ;
  dwc:decimalLongitude "9.5538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.556 9.5538)"^^geo:wktLiteral ;
  geo-pos:lat "67.556"^^xsd:decimal ;
  geo-pos:long "9.5538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-275'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '9.5538'^^xsd:double;
  dwc:latitude '67.556'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-275'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.5495 9.6548)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.5495"^^xsd:decimal ;
  dwc:decimalLongitude "9.6548"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.5495 9.6548)"^^geo:wktLiteral ;
  geo-pos:lat "67.5495"^^xsd:decimal ;
  geo-pos:long "9.6548"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-276'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '9.6548'^^xsd:double;
  dwc:latitude '67.5495'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-276'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.4642 9.2968)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.4642"^^xsd:decimal ;
  dwc:decimalLongitude "9.2968"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.4642 9.2968)"^^geo:wktLiteral ;
  geo-pos:lat "67.4642"^^xsd:decimal ;
  geo-pos:long "9.2968"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-277'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '9.2968'^^xsd:double;
  dwc:latitude '67.4642'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-277'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.4593 9.2842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.4593"^^xsd:decimal ;
  dwc:decimalLongitude "9.2842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.4593 9.2842)"^^geo:wktLiteral ;
  geo-pos:lat "67.4593"^^xsd:decimal ;
  geo-pos:long "9.2842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-278'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '9.2842'^^xsd:double;
  dwc:latitude '67.4593'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-278'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.4643 9.332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.4643"^^xsd:decimal ;
  dwc:decimalLongitude "9.332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.4643 9.332)"^^geo:wktLiteral ;
  geo-pos:lat "67.4643"^^xsd:decimal ;
  geo-pos:long "9.332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-279'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '9.332'^^xsd:double;
  dwc:latitude '67.4643'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-279'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.469 9.3394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.469"^^xsd:decimal ;
  dwc:decimalLongitude "9.3394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.469 9.3394)"^^geo:wktLiteral ;
  geo-pos:lat "67.469"^^xsd:decimal ;
  geo-pos:long "9.3394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-280'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '9.3394'^^xsd:double;
  dwc:latitude '67.469'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-280'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.4321 9.2258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.4321"^^xsd:decimal ;
  dwc:decimalLongitude "9.2258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.4321 9.2258)"^^geo:wktLiteral ;
  geo-pos:lat "67.4321"^^xsd:decimal ;
  geo-pos:long "9.2258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-281'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '9.2258'^^xsd:double;
  dwc:latitude '67.4321'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-281'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.3766 9.0845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.3766"^^xsd:decimal ;
  dwc:decimalLongitude "9.0845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.3766 9.0845)"^^geo:wktLiteral ;
  geo-pos:lat "67.3766"^^xsd:decimal ;
  geo-pos:long "9.0845"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-282'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '9.0845'^^xsd:double;
  dwc:latitude '67.3766'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-282'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.5045 9.4125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.5045"^^xsd:decimal ;
  dwc:decimalLongitude "9.4125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.5045 9.4125)"^^geo:wktLiteral ;
  geo-pos:lat "67.5045"^^xsd:decimal ;
  geo-pos:long "9.4125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-283'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '9.4125'^^xsd:double;
  dwc:latitude '67.5045'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-283'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.5269 9.5013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.5269"^^xsd:decimal ;
  dwc:decimalLongitude "9.5013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.5269 9.5013)"^^geo:wktLiteral ;
  geo-pos:lat "67.5269"^^xsd:decimal ;
  geo-pos:long "9.5013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-284'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '9.5013'^^xsd:double;
  dwc:latitude '67.5269'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-284'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0603 10.7433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.0603"^^xsd:decimal ;
  dwc:decimalLongitude "10.7433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0603 10.7433)"^^geo:wktLiteral ;
  geo-pos:lat "59.0603"^^xsd:decimal ;
  geo-pos:long "10.7433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-285'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '10.7433'^^xsd:double;
  dwc:latitude '59.0603'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-285'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5646 10.4783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5646"^^xsd:decimal ;
  dwc:decimalLongitude "10.4783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5646 10.4783)"^^geo:wktLiteral ;
  geo-pos:lat "63.5646"^^xsd:decimal ;
  geo-pos:long "10.4783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-286'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '10.4783'^^xsd:double;
  dwc:latitude '63.5646'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-286'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5644 10.477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5644"^^xsd:decimal ;
  dwc:decimalLongitude "10.477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5644 10.477)"^^geo:wktLiteral ;
  geo-pos:lat "63.5644"^^xsd:decimal ;
  geo-pos:long "10.477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-287'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '10.477'^^xsd:double;
  dwc:latitude '63.5644'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-287'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5632 10.4764)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5632"^^xsd:decimal ;
  dwc:decimalLongitude "10.4764"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5632 10.4764)"^^geo:wktLiteral ;
  geo-pos:lat "63.5632"^^xsd:decimal ;
  geo-pos:long "10.4764"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-288'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '10.4764'^^xsd:double;
  dwc:latitude '63.5632'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-288'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5627 10.473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5627"^^xsd:decimal ;
  dwc:decimalLongitude "10.473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5627 10.473)"^^geo:wktLiteral ;
  geo-pos:lat "63.5627"^^xsd:decimal ;
  geo-pos:long "10.473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-289'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '10.473'^^xsd:double;
  dwc:latitude '63.5627'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-289'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5608 10.473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5608"^^xsd:decimal ;
  dwc:decimalLongitude "10.473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5608 10.473)"^^geo:wktLiteral ;
  geo-pos:lat "63.5608"^^xsd:decimal ;
  geo-pos:long "10.473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-290'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '10.473'^^xsd:double;
  dwc:latitude '63.5608'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-290'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5609 10.4767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5609"^^xsd:decimal ;
  dwc:decimalLongitude "10.4767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5609 10.4767)"^^geo:wktLiteral ;
  geo-pos:lat "63.5609"^^xsd:decimal ;
  geo-pos:long "10.4767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-291'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '10.4767'^^xsd:double;
  dwc:latitude '63.5609'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-291'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5472 10.502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5472"^^xsd:decimal ;
  dwc:decimalLongitude "10.502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5472 10.502)"^^geo:wktLiteral ;
  geo-pos:lat "63.5472"^^xsd:decimal ;
  geo-pos:long "10.502"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-292'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '10.502'^^xsd:double;
  dwc:latitude '63.5472'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-292'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6158 6.6109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.6158"^^xsd:decimal ;
  dwc:decimalLongitude "6.6109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6158 6.6109)"^^geo:wktLiteral ;
  geo-pos:lat "64.6158"^^xsd:decimal ;
  geo-pos:long "6.6109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-293'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '6.6109'^^xsd:double;
  dwc:latitude '64.6158'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-293'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6166 6.6113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.6166"^^xsd:decimal ;
  dwc:decimalLongitude "6.6113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6166 6.6113)"^^geo:wktLiteral ;
  geo-pos:lat "64.6166"^^xsd:decimal ;
  geo-pos:long "6.6113"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-294'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '6.6113'^^xsd:double;
  dwc:latitude '64.6166'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-294'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6168 6.6083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.6168"^^xsd:decimal ;
  dwc:decimalLongitude "6.6083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6168 6.6083)"^^geo:wktLiteral ;
  geo-pos:lat "64.6168"^^xsd:decimal ;
  geo-pos:long "6.6083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-295'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '6.6083'^^xsd:double;
  dwc:latitude '64.6168'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-295'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.621 6.6156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.621"^^xsd:decimal ;
  dwc:decimalLongitude "6.6156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.621 6.6156)"^^geo:wktLiteral ;
  geo-pos:lat "64.621"^^xsd:decimal ;
  geo-pos:long "6.6156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-296'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '6.6156'^^xsd:double;
  dwc:latitude '64.621'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-296'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.622 6.6163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.622"^^xsd:decimal ;
  dwc:decimalLongitude "6.6163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.622 6.6163)"^^geo:wktLiteral ;
  geo-pos:lat "64.622"^^xsd:decimal ;
  geo-pos:long "6.6163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-297'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '6.6163'^^xsd:double;
  dwc:latitude '64.622'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-297'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.624 6.6185)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.624"^^xsd:decimal ;
  dwc:decimalLongitude "6.6185"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.624 6.6185)"^^geo:wktLiteral ;
  geo-pos:lat "64.624"^^xsd:decimal ;
  geo-pos:long "6.6185"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-298'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '6.6185'^^xsd:double;
  dwc:latitude '64.624'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-298'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.625 6.6158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.625"^^xsd:decimal ;
  dwc:decimalLongitude "6.6158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.625 6.6158)"^^geo:wktLiteral ;
  geo-pos:lat "64.625"^^xsd:decimal ;
  geo-pos:long "6.6158"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-299'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '6.6158'^^xsd:double;
  dwc:latitude '64.625'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-299'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6262 6.6116)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.6262"^^xsd:decimal ;
  dwc:decimalLongitude "6.6116"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6262 6.6116)"^^geo:wktLiteral ;
  geo-pos:lat "64.6262"^^xsd:decimal ;
  geo-pos:long "6.6116"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-300'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '6.6116'^^xsd:double;
  dwc:latitude '64.6262'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-300'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6256 6.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.6256"^^xsd:decimal ;
  dwc:decimalLongitude "6.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6256 6.61)"^^geo:wktLiteral ;
  geo-pos:lat "64.6256"^^xsd:decimal ;
  geo-pos:long "6.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-301'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '6.61'^^xsd:double;
  dwc:latitude '64.6256'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-301'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6274 6.6079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.6274"^^xsd:decimal ;
  dwc:decimalLongitude "6.6079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6274 6.6079)"^^geo:wktLiteral ;
  geo-pos:lat "64.6274"^^xsd:decimal ;
  geo-pos:long "6.6079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-302'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '6.6079'^^xsd:double;
  dwc:latitude '64.6274'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-302'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6171 6.5973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.6171"^^xsd:decimal ;
  dwc:decimalLongitude "6.5973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6171 6.5973)"^^geo:wktLiteral ;
  geo-pos:lat "64.6171"^^xsd:decimal ;
  geo-pos:long "6.5973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-303'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '6.5973'^^xsd:double;
  dwc:latitude '64.6171'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-303'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-304> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6174 6.5994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.6174"^^xsd:decimal ;
  dwc:decimalLongitude "6.5994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6174 6.5994)"^^geo:wktLiteral ;
  geo-pos:lat "64.6174"^^xsd:decimal ;
  geo-pos:long "6.5994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-304'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '6.5994'^^xsd:double;
  dwc:latitude '64.6174'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-304'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6153 6.5967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.6153"^^xsd:decimal ;
  dwc:decimalLongitude "6.5967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6153 6.5967)"^^geo:wktLiteral ;
  geo-pos:lat "64.6153"^^xsd:decimal ;
  geo-pos:long "6.5967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-305'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '6.5967'^^xsd:double;
  dwc:latitude '64.6153'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-305'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6216 6.5962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.6216"^^xsd:decimal ;
  dwc:decimalLongitude "6.5962"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6216 6.5962)"^^geo:wktLiteral ;
  geo-pos:lat "64.6216"^^xsd:decimal ;
  geo-pos:long "6.5962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-306'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '6.5962'^^xsd:double;
  dwc:latitude '64.6216'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-306'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6246 6.5961)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.6246"^^xsd:decimal ;
  dwc:decimalLongitude "6.5961"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6246 6.5961)"^^geo:wktLiteral ;
  geo-pos:lat "64.6246"^^xsd:decimal ;
  geo-pos:long "6.5961"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-307'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '6.5961'^^xsd:double;
  dwc:latitude '64.6246'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-307'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-308> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6236 6.594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.6236"^^xsd:decimal ;
  dwc:decimalLongitude "6.594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6236 6.594)"^^geo:wktLiteral ;
  geo-pos:lat "64.6236"^^xsd:decimal ;
  geo-pos:long "6.594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-308'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '6.594'^^xsd:double;
  dwc:latitude '64.6236'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-308'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.535 5.2926)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.535"^^xsd:decimal ;
  dwc:decimalLongitude "5.2926"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.535 5.2926)"^^geo:wktLiteral ;
  geo-pos:lat "62.535"^^xsd:decimal ;
  geo-pos:long "5.2926"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-309'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:longitude '5.2926'^^xsd:double;
  dwc:latitude '62.535'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-309'^^xsd:string;
  dwc:observationDate '2004-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.5349 5.2922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.5349"^^xsd:decimal ;
  dwc:decimalLongitude "5.2922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.5349 5.2922)"^^geo:wktLiteral ;
  geo-pos:lat "62.5349"^^xsd:decimal ;
  geo-pos:long "5.2922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-310'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:longitude '5.2922'^^xsd:double;
  dwc:latitude '62.5349'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-310'^^xsd:string;
  dwc:observationDate '2004-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.5367 5.2739)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.5367"^^xsd:decimal ;
  dwc:decimalLongitude "5.2739"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.5367 5.2739)"^^geo:wktLiteral ;
  geo-pos:lat "62.5367"^^xsd:decimal ;
  geo-pos:long "5.2739"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-311'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:longitude '5.2739'^^xsd:double;
  dwc:latitude '62.5367'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-311'^^xsd:string;
  dwc:observationDate '2004-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.5404 5.2748)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.5404"^^xsd:decimal ;
  dwc:decimalLongitude "5.2748"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.5404 5.2748)"^^geo:wktLiteral ;
  geo-pos:lat "62.5404"^^xsd:decimal ;
  geo-pos:long "5.2748"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-312'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:longitude '5.2748'^^xsd:double;
  dwc:latitude '62.5404'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-312'^^xsd:string;
  dwc:observationDate '2004-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.5391 5.2752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.5391"^^xsd:decimal ;
  dwc:decimalLongitude "5.2752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.5391 5.2752)"^^geo:wktLiteral ;
  geo-pos:lat "62.5391"^^xsd:decimal ;
  geo-pos:long "5.2752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-313'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.2752'^^xsd:double;
  dwc:latitude '62.5391'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-313'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.5379 5.2716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.5379"^^xsd:decimal ;
  dwc:decimalLongitude "5.2716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.5379 5.2716)"^^geo:wktLiteral ;
  geo-pos:lat "62.5379"^^xsd:decimal ;
  geo-pos:long "5.2716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-314'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:longitude '5.2716'^^xsd:double;
  dwc:latitude '62.5379'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-314'^^xsd:string;
  dwc:observationDate '2004-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.5373 5.2699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.5373"^^xsd:decimal ;
  dwc:decimalLongitude "5.2699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.5373 5.2699)"^^geo:wktLiteral ;
  geo-pos:lat "62.5373"^^xsd:decimal ;
  geo-pos:long "5.2699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-315'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.2699'^^xsd:double;
  dwc:latitude '62.5373'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-315'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9133 14.4376)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9133"^^xsd:decimal ;
  dwc:decimalLongitude "14.4376"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9133 14.4376)"^^geo:wktLiteral ;
  geo-pos:lat "68.9133"^^xsd:decimal ;
  geo-pos:long "14.4376"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-316'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '14.4376'^^xsd:double;
  dwc:latitude '68.9133'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-316'^^xsd:string;
  dwc:observationDate '2005-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9239 14.3988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9239"^^xsd:decimal ;
  dwc:decimalLongitude "14.3988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9239 14.3988)"^^geo:wktLiteral ;
  geo-pos:lat "68.9239"^^xsd:decimal ;
  geo-pos:long "14.3988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-317'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '14.3988'^^xsd:double;
  dwc:latitude '68.9239'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-317'^^xsd:string;
  dwc:observationDate '2005-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9288 14.4043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9288"^^xsd:decimal ;
  dwc:decimalLongitude "14.4043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9288 14.4043)"^^geo:wktLiteral ;
  geo-pos:lat "68.9288"^^xsd:decimal ;
  geo-pos:long "14.4043"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-318'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '14.4043'^^xsd:double;
  dwc:latitude '68.9288'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-318'^^xsd:string;
  dwc:observationDate '2005-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9292 14.4076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9292"^^xsd:decimal ;
  dwc:decimalLongitude "14.4076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9292 14.4076)"^^geo:wktLiteral ;
  geo-pos:lat "68.9292"^^xsd:decimal ;
  geo-pos:long "14.4076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-319'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '14.4076'^^xsd:double;
  dwc:latitude '68.9292'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-319'^^xsd:string;
  dwc:observationDate '2005-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.7561 18.6661)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.7561"^^xsd:decimal ;
  dwc:decimalLongitude "18.6661"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.7561 18.6661)"^^geo:wktLiteral ;
  geo-pos:lat "70.7561"^^xsd:decimal ;
  geo-pos:long "18.6661"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-320'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '18.6661'^^xsd:double;
  dwc:latitude '70.7561'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-320'^^xsd:string;
  dwc:observationDate '2005-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.7559 18.6644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.7559"^^xsd:decimal ;
  dwc:decimalLongitude "18.6644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.7559 18.6644)"^^geo:wktLiteral ;
  geo-pos:lat "70.7559"^^xsd:decimal ;
  geo-pos:long "18.6644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-321'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '18.6644'^^xsd:double;
  dwc:latitude '70.7559'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-321'^^xsd:string;
  dwc:observationDate '2005-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.7092 5.4393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.7092"^^xsd:decimal ;
  dwc:decimalLongitude "5.4393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.7092 5.4393)"^^geo:wktLiteral ;
  geo-pos:lat "59.7092"^^xsd:decimal ;
  geo-pos:long "5.4393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-322'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '5.4393'^^xsd:double;
  dwc:latitude '59.7092'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-322'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1037 10.735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.1037"^^xsd:decimal ;
  dwc:decimalLongitude "10.735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1037 10.735)"^^geo:wktLiteral ;
  geo-pos:lat "59.1037"^^xsd:decimal ;
  geo-pos:long "10.735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-323'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.735'^^xsd:double;
  dwc:latitude '59.1037'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-323'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0753 10.7353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.0753"^^xsd:decimal ;
  dwc:decimalLongitude "10.7353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0753 10.7353)"^^geo:wktLiteral ;
  geo-pos:lat "59.0753"^^xsd:decimal ;
  geo-pos:long "10.7353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-324'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.7353'^^xsd:double;
  dwc:latitude '59.0753'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-324'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0613 10.738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.0613"^^xsd:decimal ;
  dwc:decimalLongitude "10.738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0613 10.738)"^^geo:wktLiteral ;
  geo-pos:lat "59.0613"^^xsd:decimal ;
  geo-pos:long "10.738"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-325'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.738'^^xsd:double;
  dwc:latitude '59.0613'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-325'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0612 10.7378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.0612"^^xsd:decimal ;
  dwc:decimalLongitude "10.7378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0612 10.7378)"^^geo:wktLiteral ;
  geo-pos:lat "59.0612"^^xsd:decimal ;
  geo-pos:long "10.7378"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-326'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.7378'^^xsd:double;
  dwc:latitude '59.0612'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-326'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0596 10.7365)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.0596"^^xsd:decimal ;
  dwc:decimalLongitude "10.7365"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0596 10.7365)"^^geo:wktLiteral ;
  geo-pos:lat "59.0596"^^xsd:decimal ;
  geo-pos:long "10.7365"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-327'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.7365'^^xsd:double;
  dwc:latitude '59.0596'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-327'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0617 10.7374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.0617"^^xsd:decimal ;
  dwc:decimalLongitude "10.7374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0617 10.7374)"^^geo:wktLiteral ;
  geo-pos:lat "59.0617"^^xsd:decimal ;
  geo-pos:long "10.7374"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-328'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.7374'^^xsd:double;
  dwc:latitude '59.0617'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-328'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0617 10.7377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.0617"^^xsd:decimal ;
  dwc:decimalLongitude "10.7377"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0617 10.7377)"^^geo:wktLiteral ;
  geo-pos:lat "59.0617"^^xsd:decimal ;
  geo-pos:long "10.7377"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-329'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.7377'^^xsd:double;
  dwc:latitude '59.0617'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-329'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0943 10.7943)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.0943"^^xsd:decimal ;
  dwc:decimalLongitude "10.7943"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0943 10.7943)"^^geo:wktLiteral ;
  geo-pos:lat "59.0943"^^xsd:decimal ;
  geo-pos:long "10.7943"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-330'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.7943'^^xsd:double;
  dwc:latitude '59.0943'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-330'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.094 10.7978)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.094"^^xsd:decimal ;
  dwc:decimalLongitude "10.7978"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.094 10.7978)"^^geo:wktLiteral ;
  geo-pos:lat "59.094"^^xsd:decimal ;
  geo-pos:long "10.7978"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-331'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.7978'^^xsd:double;
  dwc:latitude '59.094'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-331'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0956 10.7948)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.0956"^^xsd:decimal ;
  dwc:decimalLongitude "10.7948"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0956 10.7948)"^^geo:wktLiteral ;
  geo-pos:lat "59.0956"^^xsd:decimal ;
  geo-pos:long "10.7948"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-332'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.7948'^^xsd:double;
  dwc:latitude '59.0956'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-332'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0964 10.7983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.0964"^^xsd:decimal ;
  dwc:decimalLongitude "10.7983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0964 10.7983)"^^geo:wktLiteral ;
  geo-pos:lat "59.0964"^^xsd:decimal ;
  geo-pos:long "10.7983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-333'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.7983'^^xsd:double;
  dwc:latitude '59.0964'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-333'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0982 10.7944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.0982"^^xsd:decimal ;
  dwc:decimalLongitude "10.7944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0982 10.7944)"^^geo:wktLiteral ;
  geo-pos:lat "59.0982"^^xsd:decimal ;
  geo-pos:long "10.7944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-334'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.7944'^^xsd:double;
  dwc:latitude '59.0982'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-334'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0995 10.7947)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.0995"^^xsd:decimal ;
  dwc:decimalLongitude "10.7947"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0995 10.7947)"^^geo:wktLiteral ;
  geo-pos:lat "59.0995"^^xsd:decimal ;
  geo-pos:long "10.7947"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-335'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.7947'^^xsd:double;
  dwc:latitude '59.0995'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-335'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.9977 10.9612)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.9977"^^xsd:decimal ;
  dwc:decimalLongitude "10.9612"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.9977 10.9612)"^^geo:wktLiteral ;
  geo-pos:lat "58.9977"^^xsd:decimal ;
  geo-pos:long "10.9612"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-336'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.9612'^^xsd:double;
  dwc:latitude '58.9977'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-336'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.9963 10.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.9963"^^xsd:decimal ;
  dwc:decimalLongitude "10.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.9963 10.9667)"^^geo:wktLiteral ;
  geo-pos:lat "58.9963"^^xsd:decimal ;
  geo-pos:long "10.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-337'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.9667'^^xsd:double;
  dwc:latitude '58.9963'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-337'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.9948 10.971)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.9948"^^xsd:decimal ;
  dwc:decimalLongitude "10.971"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.9948 10.971)"^^geo:wktLiteral ;
  geo-pos:lat "58.9948"^^xsd:decimal ;
  geo-pos:long "10.971"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-338'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.971'^^xsd:double;
  dwc:latitude '58.9948'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-338'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0785 10.7317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.0785"^^xsd:decimal ;
  dwc:decimalLongitude "10.7317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0785 10.7317)"^^geo:wktLiteral ;
  geo-pos:lat "59.0785"^^xsd:decimal ;
  geo-pos:long "10.7317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-339'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.7317'^^xsd:double;
  dwc:latitude '59.0785'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-339'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0761 10.7298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.0761"^^xsd:decimal ;
  dwc:decimalLongitude "10.7298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0761 10.7298)"^^geo:wktLiteral ;
  geo-pos:lat "59.0761"^^xsd:decimal ;
  geo-pos:long "10.7298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-340'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.7298'^^xsd:double;
  dwc:latitude '59.0761'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-340'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0753 10.738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.0753"^^xsd:decimal ;
  dwc:decimalLongitude "10.738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0753 10.738)"^^geo:wktLiteral ;
  geo-pos:lat "59.0753"^^xsd:decimal ;
  geo-pos:long "10.738"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-341'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.738'^^xsd:double;
  dwc:latitude '59.0753'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-341'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0712 10.7416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.0712"^^xsd:decimal ;
  dwc:decimalLongitude "10.7416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0712 10.7416)"^^geo:wktLiteral ;
  geo-pos:lat "59.0712"^^xsd:decimal ;
  geo-pos:long "10.7416"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-342'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.7416'^^xsd:double;
  dwc:latitude '59.0712'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-342'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1439 10.7248)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.1439"^^xsd:decimal ;
  dwc:decimalLongitude "10.7248"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1439 10.7248)"^^geo:wktLiteral ;
  geo-pos:lat "59.1439"^^xsd:decimal ;
  geo-pos:long "10.7248"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-343'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.7248'^^xsd:double;
  dwc:latitude '59.1439'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-343'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1398 10.7643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.1398"^^xsd:decimal ;
  dwc:decimalLongitude "10.7643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1398 10.7643)"^^geo:wktLiteral ;
  geo-pos:lat "59.1398"^^xsd:decimal ;
  geo-pos:long "10.7643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-344'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.7643'^^xsd:double;
  dwc:latitude '59.1398'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-344'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1134 10.7875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.1134"^^xsd:decimal ;
  dwc:decimalLongitude "10.7875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1134 10.7875)"^^geo:wktLiteral ;
  geo-pos:lat "59.1134"^^xsd:decimal ;
  geo-pos:long "10.7875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-345'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.7875'^^xsd:double;
  dwc:latitude '59.1134'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-345'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.101 10.7967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.101"^^xsd:decimal ;
  dwc:decimalLongitude "10.7967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.101 10.7967)"^^geo:wktLiteral ;
  geo-pos:lat "59.101"^^xsd:decimal ;
  geo-pos:long "10.7967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-346'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.7967'^^xsd:double;
  dwc:latitude '59.101'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-346'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1002 10.7998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.1002"^^xsd:decimal ;
  dwc:decimalLongitude "10.7998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1002 10.7998)"^^geo:wktLiteral ;
  geo-pos:lat "59.1002"^^xsd:decimal ;
  geo-pos:long "10.7998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-347'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.7998'^^xsd:double;
  dwc:latitude '59.1002'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-347'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0915 10.8075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.0915"^^xsd:decimal ;
  dwc:decimalLongitude "10.8075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0915 10.8075)"^^geo:wktLiteral ;
  geo-pos:lat "59.0915"^^xsd:decimal ;
  geo-pos:long "10.8075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-348'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.8075'^^xsd:double;
  dwc:latitude '59.0915'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-348'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0242 10.8673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.0242"^^xsd:decimal ;
  dwc:decimalLongitude "10.8673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0242 10.8673)"^^geo:wktLiteral ;
  geo-pos:lat "59.0242"^^xsd:decimal ;
  geo-pos:long "10.8673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-349'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.8673'^^xsd:double;
  dwc:latitude '59.0242'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-349'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.9999 10.9547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.9999"^^xsd:decimal ;
  dwc:decimalLongitude "10.9547"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.9999 10.9547)"^^geo:wktLiteral ;
  geo-pos:lat "58.9999"^^xsd:decimal ;
  geo-pos:long "10.9547"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-350'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.9547'^^xsd:double;
  dwc:latitude '58.9999'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-350'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.9974 10.9642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.9974"^^xsd:decimal ;
  dwc:decimalLongitude "10.9642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.9974 10.9642)"^^geo:wktLiteral ;
  geo-pos:lat "58.9974"^^xsd:decimal ;
  geo-pos:long "10.9642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-351'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.9642'^^xsd:double;
  dwc:latitude '58.9974'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-351'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.9934 10.9782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.9934"^^xsd:decimal ;
  dwc:decimalLongitude "10.9782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.9934 10.9782)"^^geo:wktLiteral ;
  geo-pos:lat "58.9934"^^xsd:decimal ;
  geo-pos:long "10.9782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-352'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.9782'^^xsd:double;
  dwc:latitude '58.9934'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-352'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.9957 6.5569)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.9957"^^xsd:decimal ;
  dwc:decimalLongitude "6.5569"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "312"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.9957 6.5569)"^^geo:wktLiteral ;
  geo-pos:lat "64.9957"^^xsd:decimal ;
  geo-pos:long "6.5569"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-353'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '6.5569'^^xsd:double;
  dwc:latitude '64.9957'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '312'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-353'^^xsd:string;
  dwc:observationDate '2006-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.9957 6.5564)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.9957"^^xsd:decimal ;
  dwc:decimalLongitude "6.5564"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "317"^^xsd:integer ;
  dwc:maximumDepthInMeters "317"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.9957 6.5564)"^^geo:wktLiteral ;
  geo-pos:lat "64.9957"^^xsd:decimal ;
  geo-pos:long "6.5564"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-354'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '6.5564'^^xsd:double;
  dwc:latitude '64.9957'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '317'^^xsd:integer;
  dwc:maximumDepth '317'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-354'^^xsd:string;
  dwc:observationDate '2006-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.9997 6.5542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.9997"^^xsd:decimal ;
  dwc:decimalLongitude "6.5542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "311"^^xsd:integer ;
  dwc:maximumDepthInMeters "311"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.9997 6.5542)"^^geo:wktLiteral ;
  geo-pos:lat "64.9997"^^xsd:decimal ;
  geo-pos:long "6.5542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-355'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '6.5542'^^xsd:double;
  dwc:latitude '64.9997'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '311'^^xsd:integer;
  dwc:maximumDepth '311'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-355'^^xsd:string;
  dwc:observationDate '2006-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.9999 6.5542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.9999"^^xsd:decimal ;
  dwc:decimalLongitude "6.5542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.9999 6.5542)"^^geo:wktLiteral ;
  geo-pos:lat "64.9999"^^xsd:decimal ;
  geo-pos:long "6.5542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-356'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '6.5542'^^xsd:double;
  dwc:latitude '64.9999'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-356'^^xsd:string;
  dwc:observationDate '2006-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.0053 6.5496)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.0053"^^xsd:decimal ;
  dwc:decimalLongitude "6.5496"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "322"^^xsd:integer ;
  dwc:maximumDepthInMeters "322"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.0053 6.5496)"^^geo:wktLiteral ;
  geo-pos:lat "65.0053"^^xsd:decimal ;
  geo-pos:long "6.5496"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-357'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '6.5496'^^xsd:double;
  dwc:latitude '65.0053'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '322'^^xsd:integer;
  dwc:maximumDepth '322'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-357'^^xsd:string;
  dwc:observationDate '2006-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.9997 6.554)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.9997"^^xsd:decimal ;
  dwc:decimalLongitude "6.554"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "313"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.9997 6.554)"^^geo:wktLiteral ;
  geo-pos:lat "64.9997"^^xsd:decimal ;
  geo-pos:long "6.554"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-358'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '6.554'^^xsd:double;
  dwc:latitude '64.9997'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '313'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-358'^^xsd:string;
  dwc:observationDate '2006-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1524 6.4534)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.1524"^^xsd:decimal ;
  dwc:decimalLongitude "6.4534"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "360"^^xsd:integer ;
  dwc:maximumDepthInMeters "362"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1524 6.4534)"^^geo:wktLiteral ;
  geo-pos:lat "65.1524"^^xsd:decimal ;
  geo-pos:long "6.4534"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-359'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '6.4534'^^xsd:double;
  dwc:latitude '65.1524'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '360'^^xsd:integer;
  dwc:maximumDepth '362'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-359'^^xsd:string;
  dwc:observationDate '2006-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1345 6.4679)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.1345"^^xsd:decimal ;
  dwc:decimalLongitude "6.4679"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "358"^^xsd:integer ;
  dwc:maximumDepthInMeters "358"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1345 6.4679)"^^geo:wktLiteral ;
  geo-pos:lat "65.1345"^^xsd:decimal ;
  geo-pos:long "6.4679"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-360'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '6.4679'^^xsd:double;
  dwc:latitude '65.1345'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '358'^^xsd:integer;
  dwc:maximumDepth '358'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-360'^^xsd:string;
  dwc:observationDate '2006-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1342 6.4675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.1342"^^xsd:decimal ;
  dwc:decimalLongitude "6.4675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "358"^^xsd:integer ;
  dwc:maximumDepthInMeters "361"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1342 6.4675)"^^geo:wktLiteral ;
  geo-pos:lat "65.1342"^^xsd:decimal ;
  geo-pos:long "6.4675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-361'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '6.4675'^^xsd:double;
  dwc:latitude '65.1342'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '358'^^xsd:integer;
  dwc:maximumDepth '361'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-361'^^xsd:string;
  dwc:observationDate '2006-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1343 6.4688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.1343"^^xsd:decimal ;
  dwc:decimalLongitude "6.4688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "359"^^xsd:integer ;
  dwc:maximumDepthInMeters "361"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1343 6.4688)"^^geo:wktLiteral ;
  geo-pos:lat "65.1343"^^xsd:decimal ;
  geo-pos:long "6.4688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-362'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '6.4688'^^xsd:double;
  dwc:latitude '65.1343'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '359'^^xsd:integer;
  dwc:maximumDepth '361'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-362'^^xsd:string;
  dwc:observationDate '2006-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1328 6.4741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.1328"^^xsd:decimal ;
  dwc:decimalLongitude "6.4741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "356"^^xsd:integer ;
  dwc:maximumDepthInMeters "358"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1328 6.4741)"^^geo:wktLiteral ;
  geo-pos:lat "65.1328"^^xsd:decimal ;
  geo-pos:long "6.4741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-363'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '6.4741'^^xsd:double;
  dwc:latitude '65.1328'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '356'^^xsd:integer;
  dwc:maximumDepth '358'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-363'^^xsd:string;
  dwc:observationDate '2006-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1324 6.477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.1324"^^xsd:decimal ;
  dwc:decimalLongitude "6.477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "357"^^xsd:integer ;
  dwc:maximumDepthInMeters "366"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1324 6.477)"^^geo:wktLiteral ;
  geo-pos:lat "65.1324"^^xsd:decimal ;
  geo-pos:long "6.477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-364'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '6.477'^^xsd:double;
  dwc:latitude '65.1324'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '357'^^xsd:integer;
  dwc:maximumDepth '366'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-364'^^xsd:string;
  dwc:observationDate '2006-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.131 6.4829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.131"^^xsd:decimal ;
  dwc:decimalLongitude "6.4829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "354"^^xsd:integer ;
  dwc:maximumDepthInMeters "359"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.131 6.4829)"^^geo:wktLiteral ;
  geo-pos:lat "65.131"^^xsd:decimal ;
  geo-pos:long "6.4829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-365'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '6.4829'^^xsd:double;
  dwc:latitude '65.131'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '354'^^xsd:integer;
  dwc:maximumDepth '359'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-365'^^xsd:string;
  dwc:observationDate '2006-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1183 6.5432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.1183"^^xsd:decimal ;
  dwc:decimalLongitude "6.5432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "327"^^xsd:integer ;
  dwc:maximumDepthInMeters "335"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1183 6.5432)"^^geo:wktLiteral ;
  geo-pos:lat "65.1183"^^xsd:decimal ;
  geo-pos:long "6.5432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-366'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '6.5432'^^xsd:double;
  dwc:latitude '65.1183'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '327'^^xsd:integer;
  dwc:maximumDepth '335'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-366'^^xsd:string;
  dwc:observationDate '2006-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1179 6.5441)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.1179"^^xsd:decimal ;
  dwc:decimalLongitude "6.5441"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "326"^^xsd:integer ;
  dwc:maximumDepthInMeters "331"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1179 6.5441)"^^geo:wktLiteral ;
  geo-pos:lat "65.1179"^^xsd:decimal ;
  geo-pos:long "6.5441"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-367'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '6.5441'^^xsd:double;
  dwc:latitude '65.1179'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '326'^^xsd:integer;
  dwc:maximumDepth '331'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-367'^^xsd:string;
  dwc:observationDate '2006-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1173 6.548)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.1173"^^xsd:decimal ;
  dwc:decimalLongitude "6.548"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "323"^^xsd:integer ;
  dwc:maximumDepthInMeters "327"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1173 6.548)"^^geo:wktLiteral ;
  geo-pos:lat "65.1173"^^xsd:decimal ;
  geo-pos:long "6.548"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-368'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '6.548'^^xsd:double;
  dwc:latitude '65.1173'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '323'^^xsd:integer;
  dwc:maximumDepth '327'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-368'^^xsd:string;
  dwc:observationDate '2006-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1154 6.5571)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.1154"^^xsd:decimal ;
  dwc:decimalLongitude "6.5571"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "329"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1154 6.5571)"^^geo:wktLiteral ;
  geo-pos:lat "65.1154"^^xsd:decimal ;
  geo-pos:long "6.5571"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-369'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '6.5571'^^xsd:double;
  dwc:latitude '65.1154'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '329'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-369'^^xsd:string;
  dwc:observationDate '2006-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1153 6.5584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.1153"^^xsd:decimal ;
  dwc:decimalLongitude "6.5584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "316"^^xsd:integer ;
  dwc:maximumDepthInMeters "318"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1153 6.5584)"^^geo:wktLiteral ;
  geo-pos:lat "65.1153"^^xsd:decimal ;
  geo-pos:long "6.5584"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-370'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '6.5584'^^xsd:double;
  dwc:latitude '65.1153'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '316'^^xsd:integer;
  dwc:maximumDepth '318'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-370'^^xsd:string;
  dwc:observationDate '2006-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1146 6.5612)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.1146"^^xsd:decimal ;
  dwc:decimalLongitude "6.5612"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "319"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1146 6.5612)"^^geo:wktLiteral ;
  geo-pos:lat "65.1146"^^xsd:decimal ;
  geo-pos:long "6.5612"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-371'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '6.5612'^^xsd:double;
  dwc:latitude '65.1146'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '319'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-371'^^xsd:string;
  dwc:observationDate '2006-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1103 6.5806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.1103"^^xsd:decimal ;
  dwc:decimalLongitude "6.5806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "309"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1103 6.5806)"^^geo:wktLiteral ;
  geo-pos:lat "65.1103"^^xsd:decimal ;
  geo-pos:long "6.5806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-372'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '6.5806'^^xsd:double;
  dwc:latitude '65.1103'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '309'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-372'^^xsd:string;
  dwc:observationDate '2006-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1103 6.5812)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.1103"^^xsd:decimal ;
  dwc:decimalLongitude "6.5812"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "309"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1103 6.5812)"^^geo:wktLiteral ;
  geo-pos:lat "65.1103"^^xsd:decimal ;
  geo-pos:long "6.5812"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-373'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '6.5812'^^xsd:double;
  dwc:latitude '65.1103'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '309'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-373'^^xsd:string;
  dwc:observationDate '2006-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.11 6.5823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.11"^^xsd:decimal ;
  dwc:decimalLongitude "6.5823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "307"^^xsd:integer ;
  dwc:maximumDepthInMeters "314"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.11 6.5823)"^^geo:wktLiteral ;
  geo-pos:lat "65.11"^^xsd:decimal ;
  geo-pos:long "6.5823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-374'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '6.5823'^^xsd:double;
  dwc:latitude '65.11'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '307'^^xsd:integer;
  dwc:maximumDepth '314'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-374'^^xsd:string;
  dwc:observationDate '2006-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1082 6.6411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.1082"^^xsd:decimal ;
  dwc:decimalLongitude "6.6411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1082 6.6411)"^^geo:wktLiteral ;
  geo-pos:lat "65.1082"^^xsd:decimal ;
  geo-pos:long "6.6411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-375'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '6.6411'^^xsd:double;
  dwc:latitude '65.1082'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-375'^^xsd:string;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1185 6.5708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.1185"^^xsd:decimal ;
  dwc:decimalLongitude "6.5708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1185 6.5708)"^^geo:wktLiteral ;
  geo-pos:lat "65.1185"^^xsd:decimal ;
  geo-pos:long "6.5708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-376'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '6.5708'^^xsd:double;
  dwc:latitude '65.1185'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-376'^^xsd:string;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1211 6.553)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.1211"^^xsd:decimal ;
  dwc:decimalLongitude "6.553"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1211 6.553)"^^geo:wktLiteral ;
  geo-pos:lat "65.1211"^^xsd:decimal ;
  geo-pos:long "6.553"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-377'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '6.553'^^xsd:double;
  dwc:latitude '65.1211'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-377'^^xsd:string;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.125 6.5285)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.125"^^xsd:decimal ;
  dwc:decimalLongitude "6.5285"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.125 6.5285)"^^geo:wktLiteral ;
  geo-pos:lat "65.125"^^xsd:decimal ;
  geo-pos:long "6.5285"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-378'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '6.5285'^^xsd:double;
  dwc:latitude '65.125'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-378'^^xsd:string;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1249 6.5271)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.1249"^^xsd:decimal ;
  dwc:decimalLongitude "6.5271"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1249 6.5271)"^^geo:wktLiteral ;
  geo-pos:lat "65.1249"^^xsd:decimal ;
  geo-pos:long "6.5271"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-379'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '6.5271'^^xsd:double;
  dwc:latitude '65.1249'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-379'^^xsd:string;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1296 6.4972)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.1296"^^xsd:decimal ;
  dwc:decimalLongitude "6.4972"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1296 6.4972)"^^geo:wktLiteral ;
  geo-pos:lat "65.1296"^^xsd:decimal ;
  geo-pos:long "6.4972"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-380'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '6.4972'^^xsd:double;
  dwc:latitude '65.1296'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-380'^^xsd:string;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1312 6.4974)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.1312"^^xsd:decimal ;
  dwc:decimalLongitude "6.4974"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1312 6.4974)"^^geo:wktLiteral ;
  geo-pos:lat "65.1312"^^xsd:decimal ;
  geo-pos:long "6.4974"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-381'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:startDayCollected '12'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '6.4974'^^xsd:double;
  dwc:latitude '65.1312'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-381'^^xsd:string;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9067 10.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.9067"^^xsd:decimal ;
  dwc:decimalLongitude "10.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "302"^^xsd:integer ;
  dwc:maximumDepthInMeters "302"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-382'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.89'^^xsd:double;
  dwc:latitude '66.9067'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '302'^^xsd:integer;
  dwc:maximumDepth '302'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-382'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9232 10.8934)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.9232"^^xsd:decimal ;
  dwc:decimalLongitude "10.8934"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "302"^^xsd:integer ;
  dwc:maximumDepthInMeters "302"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-383'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.8934'^^xsd:double;
  dwc:latitude '66.9232'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '302'^^xsd:integer;
  dwc:maximumDepth '302'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-383'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9077 10.8323)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.9077"^^xsd:decimal ;
  dwc:decimalLongitude "10.8323"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "328"^^xsd:integer ;
  dwc:maximumDepthInMeters "328"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-384'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '10.8323'^^xsd:double;
  dwc:latitude '66.9077'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '328'^^xsd:integer;
  dwc:maximumDepth '328'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-384'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9229 10.8968)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.9229"^^xsd:decimal ;
  dwc:decimalLongitude "10.8968"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "304"^^xsd:integer ;
  dwc:maximumDepthInMeters "304"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-385'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '10.8968'^^xsd:double;
  dwc:latitude '66.9229'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '304'^^xsd:integer;
  dwc:maximumDepth '304'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-385'^^xsd:string;
  dwc:observationDate '2005-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9204 10.9903)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.9204"^^xsd:decimal ;
  dwc:decimalLongitude "10.9903"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "312"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-386'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '10.9903'^^xsd:double;
  dwc:latitude '66.9204'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '312'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-386'^^xsd:string;
  dwc:observationDate '2005-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9741 11.1091)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.9741"^^xsd:decimal ;
  dwc:decimalLongitude "11.1091"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "298"^^xsd:integer ;
  dwc:maximumDepthInMeters "298"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-387'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '11.1091'^^xsd:double;
  dwc:latitude '66.9741'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '298'^^xsd:integer;
  dwc:maximumDepth '298'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-387'^^xsd:string;
  dwc:observationDate '2005-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9699 11.1232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.9699"^^xsd:decimal ;
  dwc:decimalLongitude "11.1232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "319"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-388'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '11.1232'^^xsd:double;
  dwc:latitude '66.9699'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '319'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-388'^^xsd:string;
  dwc:observationDate '2005-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9138 14.409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9138"^^xsd:decimal ;
  dwc:decimalLongitude "14.409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "239"^^xsd:integer ;
  dwc:maximumDepthInMeters "239"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-389'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '14.409'^^xsd:double;
  dwc:latitude '68.9138'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '239'^^xsd:integer;
  dwc:maximumDepth '239'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-389'^^xsd:string;
  dwc:observationDate '2005-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.7564 18.667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.7564"^^xsd:decimal ;
  dwc:decimalLongitude "18.667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "261"^^xsd:integer ;
  dwc:maximumDepthInMeters "261"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-390'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '18.667'^^xsd:double;
  dwc:latitude '70.7564'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '261'^^xsd:integer;
  dwc:maximumDepth '261'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-390'^^xsd:string;
  dwc:observationDate '2005-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.4288 20.9768)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.4288"^^xsd:decimal ;
  dwc:decimalLongitude "20.9768"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "166"^^xsd:integer ;
  dwc:maximumDepthInMeters "166"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-391'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '20.9768'^^xsd:double;
  dwc:latitude '70.4288'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '166'^^xsd:integer;
  dwc:maximumDepth '166'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-391'^^xsd:string;
  dwc:observationDate '2005-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-392> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.4228 21.0421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.4228"^^xsd:decimal ;
  dwc:decimalLongitude "21.0421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "272"^^xsd:integer ;
  dwc:maximumDepthInMeters "272"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-392'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:startDayCollected '9'^^xsd:integer;
  dwc:endDayCollected '26'^^xsd:integer;
  dwc:longitude '21.0421'^^xsd:double;
  dwc:latitude '70.4228'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '272'^^xsd:integer;
  dwc:maximumDepth '272'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-392'^^xsd:string;
  dwc:observationDate '2005-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.9287 22.1893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.9287"^^xsd:decimal ;
  dwc:decimalLongitude "22.1893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "144"^^xsd:integer ;
  dwc:maximumDepthInMeters "192"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-393'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '22.1893'^^xsd:double;
  dwc:latitude '70.9287'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '144'^^xsd:integer;
  dwc:maximumDepth '192'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-393'^^xsd:string;
  dwc:observationDate '2006-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.4485 21.1811)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.4485"^^xsd:decimal ;
  dwc:decimalLongitude "21.1811"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "176"^^xsd:integer ;
  dwc:maximumDepthInMeters "188"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-394'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:startMonthCollected '8'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '6'^^xsd:integer;
  dwc:endDayCollected '16'^^xsd:integer;
  dwc:longitude '21.1811'^^xsd:double;
  dwc:latitude '70.4485'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '176'^^xsd:integer;
  dwc:maximumDepth '188'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-394'^^xsd:string;
  dwc:observationDate '2006-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.4456 21.1738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.4456"^^xsd:decimal ;
  dwc:decimalLongitude "21.1738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "184"^^xsd:integer ;
  dwc:maximumDepthInMeters "202"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-395'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '21.1738'^^xsd:double;
  dwc:latitude '70.4456'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '184'^^xsd:integer;
  dwc:maximumDepth '202'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-395'^^xsd:string;
  dwc:observationDate '2007-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.4528 21.2094)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.4528"^^xsd:decimal ;
  dwc:decimalLongitude "21.2094"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "179"^^xsd:integer ;
  dwc:maximumDepthInMeters "199"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-396'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '21.2094'^^xsd:double;
  dwc:latitude '70.4528'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '179'^^xsd:integer;
  dwc:maximumDepth '199'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-396'^^xsd:string;
  dwc:observationDate '2007-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.4569 21.2189)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.4569"^^xsd:decimal ;
  dwc:decimalLongitude "21.2189"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "156"^^xsd:integer ;
  dwc:maximumDepthInMeters "177"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-397'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '21.2189'^^xsd:double;
  dwc:latitude '70.4569'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '156'^^xsd:integer;
  dwc:maximumDepth '177'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-397'^^xsd:string;
  dwc:observationDate '2007-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.2779300003 22.473896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.2779300003"^^xsd:decimal ;
  dwc:decimalLongitude "22.473896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.2779300003 22.473896)"^^geo:wktLiteral ;
  geo-pos:lat "70.2779300003"^^xsd:decimal ;
  geo-pos:long "22.473896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-398'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '22.473896'^^xsd:double;
  dwc:latitude '70.2779300003'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-398'^^xsd:string;
  dwc:observationDate '2006-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.9152339297 20.4942040167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.9152339297"^^xsd:decimal ;
  dwc:decimalLongitude "20.4942040167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.9152339297 20.4942040167)"^^geo:wktLiteral ;
  geo-pos:lat "69.9152339297"^^xsd:decimal ;
  geo-pos:long "20.4942040167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-399'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '20.4942040167'^^xsd:double;
  dwc:latitude '69.9152339297'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-399'^^xsd:string;
  dwc:observationDate '2007-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.127098 18.07383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.127098"^^xsd:decimal ;
  dwc:decimalLongitude "18.07383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.127098 18.07383)"^^geo:wktLiteral ;
  geo-pos:lat "70.127098"^^xsd:decimal ;
  geo-pos:long "18.07383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-400'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '18.07383'^^xsd:double;
  dwc:latitude '70.127098'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-400'^^xsd:string;
  dwc:observationDate '2007-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9431093937 14.3311494304)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9431093937"^^xsd:decimal ;
  dwc:decimalLongitude "14.3311494304"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9431093937 14.3311494304)"^^geo:wktLiteral ;
  geo-pos:lat "68.9431093937"^^xsd:decimal ;
  geo-pos:long "14.3311494304"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-401'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '14.3311494304'^^xsd:double;
  dwc:latitude '68.9431093937'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-401'^^xsd:string;
  dwc:observationDate '2007-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.930786 14.373705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.930786"^^xsd:decimal ;
  dwc:decimalLongitude "14.373705"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.930786 14.373705)"^^geo:wktLiteral ;
  geo-pos:lat "68.930786"^^xsd:decimal ;
  geo-pos:long "14.373705"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-402'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '14.373705'^^xsd:double;
  dwc:latitude '68.930786'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-402'^^xsd:string;
  dwc:observationDate '2007-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.933708 14.383968)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.933708"^^xsd:decimal ;
  dwc:decimalLongitude "14.383968"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.933708 14.383968)"^^geo:wktLiteral ;
  geo-pos:lat "68.933708"^^xsd:decimal ;
  geo-pos:long "14.383968"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-403'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '14.383968'^^xsd:double;
  dwc:latitude '68.933708'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-403'^^xsd:string;
  dwc:observationDate '2007-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.899283 14.432586)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.899283"^^xsd:decimal ;
  dwc:decimalLongitude "14.432586"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.899283 14.432586)"^^geo:wktLiteral ;
  geo-pos:lat "68.899283"^^xsd:decimal ;
  geo-pos:long "14.432586"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-404'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '14.432586'^^xsd:double;
  dwc:latitude '68.899283'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-404'^^xsd:string;
  dwc:observationDate '2007-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9188 14.2812)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9188"^^xsd:decimal ;
  dwc:decimalLongitude "14.2812"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9188 14.2812)"^^geo:wktLiteral ;
  geo-pos:lat "68.9188"^^xsd:decimal ;
  geo-pos:long "14.2812"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-405'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '14.2812'^^xsd:double;
  dwc:latitude '68.9188'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-405'^^xsd:string;
  dwc:observationDate '2007-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.914804372 14.3874925395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.914804372"^^xsd:decimal ;
  dwc:decimalLongitude "14.3874925395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.914804372 14.3874925395)"^^geo:wktLiteral ;
  geo-pos:lat "68.914804372"^^xsd:decimal ;
  geo-pos:long "14.3874925395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-406'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '14.3874925395'^^xsd:double;
  dwc:latitude '68.914804372'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-406'^^xsd:string;
  dwc:observationDate '2007-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.952533 14.302262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.952533"^^xsd:decimal ;
  dwc:decimalLongitude "14.302262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.952533 14.302262)"^^geo:wktLiteral ;
  geo-pos:lat "68.952533"^^xsd:decimal ;
  geo-pos:long "14.302262"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-407'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '14.302262'^^xsd:double;
  dwc:latitude '68.952533'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-407'^^xsd:string;
  dwc:observationDate '2007-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9402868307 14.326960981)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9402868307"^^xsd:decimal ;
  dwc:decimalLongitude "14.326960981"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9402868307 14.326960981)"^^geo:wktLiteral ;
  geo-pos:lat "68.9402868307"^^xsd:decimal ;
  geo-pos:long "14.326960981"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-408'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '14.326960981'^^xsd:double;
  dwc:latitude '68.9402868307'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-408'^^xsd:string;
  dwc:observationDate '2007-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.910489 14.423313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.910489"^^xsd:decimal ;
  dwc:decimalLongitude "14.423313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.910489 14.423313)"^^geo:wktLiteral ;
  geo-pos:lat "68.910489"^^xsd:decimal ;
  geo-pos:long "14.423313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-409'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '14.423313'^^xsd:double;
  dwc:latitude '68.910489'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-409'^^xsd:string;
  dwc:observationDate '2007-10-16'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.01771 14.259273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.01771"^^xsd:decimal ;
  dwc:decimalLongitude "14.259273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.01771 14.259273)"^^geo:wktLiteral ;
  geo-pos:lat "69.01771"^^xsd:decimal ;
  geo-pos:long "14.259273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-410'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '14.259273'^^xsd:double;
  dwc:latitude '69.01771'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-410'^^xsd:string;
  dwc:observationDate '2007-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.2389749799 16.6496147468)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.2389749799"^^xsd:decimal ;
  dwc:decimalLongitude "16.6496147468"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "219"^^xsd:integer ;
  dwc:maximumDepthInMeters "219"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.2389749799 16.6496147468)"^^geo:wktLiteral ;
  geo-pos:lat "69.2389749799"^^xsd:decimal ;
  geo-pos:long "16.6496147468"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-411'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '16.6496147468'^^xsd:double;
  dwc:latitude '69.2389749799'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '219'^^xsd:integer;
  dwc:maximumDepth '219'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-411'^^xsd:string;
  dwc:observationDate '2008-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.7615286904 18.6861800538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.7615286904"^^xsd:decimal ;
  dwc:decimalLongitude "18.6861800538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.7615286904 18.6861800538)"^^geo:wktLiteral ;
  geo-pos:lat "70.7615286904"^^xsd:decimal ;
  geo-pos:long "18.6861800538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-412'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '18.6861800538'^^xsd:double;
  dwc:latitude '70.7615286904'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-412'^^xsd:string;
  dwc:observationDate '2010-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.75383 18.573855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.75383"^^xsd:decimal ;
  dwc:decimalLongitude "18.573855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.75383 18.573855)"^^geo:wktLiteral ;
  geo-pos:lat "70.75383"^^xsd:decimal ;
  geo-pos:long "18.573855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-413'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '18.573855'^^xsd:double;
  dwc:latitude '70.75383'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-413'^^xsd:string;
  dwc:observationDate '2010-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.735854 18.368021)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.735854"^^xsd:decimal ;
  dwc:decimalLongitude "18.368021"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.735854 18.368021)"^^geo:wktLiteral ;
  geo-pos:lat "70.735854"^^xsd:decimal ;
  geo-pos:long "18.368021"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-414'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '18.368021'^^xsd:double;
  dwc:latitude '70.735854'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-414'^^xsd:string;
  dwc:observationDate '2010-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.6995321954 18.4880632621)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.6995321954"^^xsd:decimal ;
  dwc:decimalLongitude "18.4880632621"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.6995321954 18.4880632621)"^^geo:wktLiteral ;
  geo-pos:lat "70.6995321954"^^xsd:decimal ;
  geo-pos:long "18.4880632621"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-415'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '18.4880632621'^^xsd:double;
  dwc:latitude '70.6995321954'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-415'^^xsd:string;
  dwc:observationDate '2010-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.710756 18.682917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.710756"^^xsd:decimal ;
  dwc:decimalLongitude "18.682917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.710756 18.682917)"^^geo:wktLiteral ;
  geo-pos:lat "70.710756"^^xsd:decimal ;
  geo-pos:long "18.682917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-416'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:longitude '18.682917'^^xsd:double;
  dwc:latitude '70.710756'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-416'^^xsd:string;
  dwc:observationDate '2010-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-417> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.609637 19.165077)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.609637"^^xsd:decimal ;
  dwc:decimalLongitude "19.165077"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.609637 19.165077)"^^geo:wktLiteral ;
  geo-pos:lat "70.609637"^^xsd:decimal ;
  geo-pos:long "19.165077"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-417'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '19.165077'^^xsd:double;
  dwc:latitude '70.609637'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-417'^^xsd:string;
  dwc:observationDate '2010-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.5522 19.8872)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.5522"^^xsd:decimal ;
  dwc:decimalLongitude "19.8872"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.5522 19.8872)"^^geo:wktLiteral ;
  geo-pos:lat "70.5522"^^xsd:decimal ;
  geo-pos:long "19.8872"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-418'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '19.8872'^^xsd:double;
  dwc:latitude '70.5522'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-418'^^xsd:string;
  dwc:observationDate '2010-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.7067 16.795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.7067"^^xsd:decimal ;
  dwc:decimalLongitude "16.795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "154"^^xsd:integer ;
  dwc:maximumDepthInMeters "154"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.7067 16.795)"^^geo:wktLiteral ;
  geo-pos:lat "68.7067"^^xsd:decimal ;
  geo-pos:long "16.795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-419'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '16.795'^^xsd:double;
  dwc:latitude '68.7067'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '154'^^xsd:integer;
  dwc:maximumDepth '154'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-419'^^xsd:string;
  dwc:observationDate '2010-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-420> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.7067 16.8767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.7067"^^xsd:decimal ;
  dwc:decimalLongitude "16.8767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.7067 16.8767)"^^geo:wktLiteral ;
  geo-pos:lat "68.7067"^^xsd:decimal ;
  geo-pos:long "16.8767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-420'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '16.8767'^^xsd:double;
  dwc:latitude '68.7067'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-420'^^xsd:string;
  dwc:observationDate '2010-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.834 5.563)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.834"^^xsd:decimal ;
  dwc:decimalLongitude "5.563"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.834 5.563)"^^geo:wktLiteral ;
  geo-pos:lat "59.834"^^xsd:decimal ;
  geo-pos:long "5.563"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-421'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.563'^^xsd:double;
  dwc:latitude '59.834'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-421'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.1287 18.0713)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.1287"^^xsd:decimal ;
  dwc:decimalLongitude "18.0713"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.1287 18.0713)"^^geo:wktLiteral ;
  geo-pos:lat "70.1287"^^xsd:decimal ;
  geo-pos:long "18.0713"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-422'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '18.0713'^^xsd:double;
  dwc:latitude '70.1287'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-422'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.1448 18.0598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.1448"^^xsd:decimal ;
  dwc:decimalLongitude "18.0598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.1448 18.0598)"^^geo:wktLiteral ;
  geo-pos:lat "70.1448"^^xsd:decimal ;
  geo-pos:long "18.0598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-423'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '18.0598'^^xsd:double;
  dwc:latitude '70.1448'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-423'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.4167 13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.4167"^^xsd:decimal ;
  dwc:decimalLongitude "13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.4167 13)"^^geo:wktLiteral ;
  geo-pos:lat "66.4167"^^xsd:decimal ;
  geo-pos:long "13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-424'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '13'^^xsd:integer;
  dwc:latitude '66.4167'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-424'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.0583 9.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.0583"^^xsd:decimal ;
  dwc:decimalLongitude "9.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.0583 9.3)"^^geo:wktLiteral ;
  geo-pos:lat "65.0583"^^xsd:decimal ;
  geo-pos:long "9.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-425'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.3'^^xsd:double;
  dwc:latitude '65.0583'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-425'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.9883 9.1833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.9883"^^xsd:decimal ;
  dwc:decimalLongitude "9.1833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.9883 9.1833)"^^geo:wktLiteral ;
  geo-pos:lat "64.9883"^^xsd:decimal ;
  geo-pos:long "9.1833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-426'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.1833'^^xsd:double;
  dwc:latitude '64.9883'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-426'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.055 8.0667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.055"^^xsd:decimal ;
  dwc:decimalLongitude "8.0667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.055 8.0667)"^^geo:wktLiteral ;
  geo-pos:lat "64.055"^^xsd:decimal ;
  geo-pos:long "8.0667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-427'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '8.0667'^^xsd:double;
  dwc:latitude '64.055'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-427'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2167 5.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.2167"^^xsd:decimal ;
  dwc:decimalLongitude "5.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2167 5.35)"^^geo:wktLiteral ;
  geo-pos:lat "63.2167"^^xsd:decimal ;
  geo-pos:long "5.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-428'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.35'^^xsd:double;
  dwc:latitude '63.2167'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-428'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2233 5.3467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.2233"^^xsd:decimal ;
  dwc:decimalLongitude "5.3467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2233 5.3467)"^^geo:wktLiteral ;
  geo-pos:lat "63.2233"^^xsd:decimal ;
  geo-pos:long "5.3467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-429'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.3467'^^xsd:double;
  dwc:latitude '63.2233'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-429'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.225 5.335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.225"^^xsd:decimal ;
  dwc:decimalLongitude "5.335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.225 5.335)"^^geo:wktLiteral ;
  geo-pos:lat "63.225"^^xsd:decimal ;
  geo-pos:long "5.335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-430'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.335'^^xsd:double;
  dwc:latitude '63.225'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-430'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.11 5.3417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.11"^^xsd:decimal ;
  dwc:decimalLongitude "5.3417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.11 5.3417)"^^geo:wktLiteral ;
  geo-pos:lat "63.11"^^xsd:decimal ;
  geo-pos:long "5.3417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-431'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.3417'^^xsd:double;
  dwc:latitude '63.11'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-431'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.0863 5.1522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.0863"^^xsd:decimal ;
  dwc:decimalLongitude "5.1522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.0863 5.1522)"^^geo:wktLiteral ;
  geo-pos:lat "63.0863"^^xsd:decimal ;
  geo-pos:long "5.1522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-432'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.1522'^^xsd:double;
  dwc:latitude '63.0863'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-432'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.01 5.1533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.01"^^xsd:decimal ;
  dwc:decimalLongitude "5.1533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.01 5.1533)"^^geo:wktLiteral ;
  geo-pos:lat "63.01"^^xsd:decimal ;
  geo-pos:long "5.1533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-433'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.1533'^^xsd:double;
  dwc:latitude '63.01'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-433'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.0583 5.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.0583"^^xsd:decimal ;
  dwc:decimalLongitude "5.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.0583 5.2)"^^geo:wktLiteral ;
  geo-pos:lat "63.0583"^^xsd:decimal ;
  geo-pos:long "5.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-434'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.2'^^xsd:double;
  dwc:latitude '63.0583'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-434'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-435> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.0575 5.1568)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.0575"^^xsd:decimal ;
  dwc:decimalLongitude "5.1568"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.0575 5.1568)"^^geo:wktLiteral ;
  geo-pos:lat "63.0575"^^xsd:decimal ;
  geo-pos:long "5.1568"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-435'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.1568'^^xsd:double;
  dwc:latitude '63.0575'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-435'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.0693 5.1967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.0693"^^xsd:decimal ;
  dwc:decimalLongitude "5.1967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.0693 5.1967)"^^geo:wktLiteral ;
  geo-pos:lat "63.0693"^^xsd:decimal ;
  geo-pos:long "5.1967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-436'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.1967'^^xsd:double;
  dwc:latitude '63.0693'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-436'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1167 5.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1167"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1167 5.1333)"^^geo:wktLiteral ;
  geo-pos:lat "63.1167"^^xsd:decimal ;
  geo-pos:long "5.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-437'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.1333'^^xsd:double;
  dwc:latitude '63.1167'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-437'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.0067 5.1333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.0067"^^xsd:decimal ;
  dwc:decimalLongitude "5.1333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.0067 5.1333)"^^geo:wktLiteral ;
  geo-pos:lat "63.0067"^^xsd:decimal ;
  geo-pos:long "5.1333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-438'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.1333'^^xsd:double;
  dwc:latitude '63.0067'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-438'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.075 5.1767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.075"^^xsd:decimal ;
  dwc:decimalLongitude "5.1767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.075 5.1767)"^^geo:wktLiteral ;
  geo-pos:lat "63.075"^^xsd:decimal ;
  geo-pos:long "5.1767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-439'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.1767'^^xsd:double;
  dwc:latitude '63.075'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-439'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.0567 5.2167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.0567"^^xsd:decimal ;
  dwc:decimalLongitude "5.2167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.0567 5.2167)"^^geo:wktLiteral ;
  geo-pos:lat "63.0567"^^xsd:decimal ;
  geo-pos:long "5.2167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-440'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.2167'^^xsd:double;
  dwc:latitude '63.0567'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-440'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.7167 4.9833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.7167"^^xsd:decimal ;
  dwc:decimalLongitude "4.9833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.7167 4.9833)"^^geo:wktLiteral ;
  geo-pos:lat "62.7167"^^xsd:decimal ;
  geo-pos:long "4.9833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-441'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '4.9833'^^xsd:double;
  dwc:latitude '62.7167'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-441'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.75 4.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.75"^^xsd:decimal ;
  dwc:decimalLongitude "4.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.75 4.95)"^^geo:wktLiteral ;
  geo-pos:lat "62.75"^^xsd:decimal ;
  geo-pos:long "4.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-442'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '4.95'^^xsd:double;
  dwc:latitude '62.75'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-442'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.675 4.0567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.675"^^xsd:decimal ;
  dwc:decimalLongitude "4.0567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.675 4.0567)"^^geo:wktLiteral ;
  geo-pos:lat "62.675"^^xsd:decimal ;
  geo-pos:long "4.0567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-443'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '4.0567'^^xsd:double;
  dwc:latitude '62.675'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-443'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-444> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.6833 4.0817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.6833"^^xsd:decimal ;
  dwc:decimalLongitude "4.0817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.6833 4.0817)"^^geo:wktLiteral ;
  geo-pos:lat "62.6833"^^xsd:decimal ;
  geo-pos:long "4.0817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-444'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '4.0817'^^xsd:double;
  dwc:latitude '62.6833'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-444'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.6533 3.9583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.6533"^^xsd:decimal ;
  dwc:decimalLongitude "3.9583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.6533 3.9583)"^^geo:wktLiteral ;
  geo-pos:lat "62.6533"^^xsd:decimal ;
  geo-pos:long "3.9583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-445'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '3.9583'^^xsd:double;
  dwc:latitude '62.6533'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-445'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.7333 4.2517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.7333"^^xsd:decimal ;
  dwc:decimalLongitude "4.2517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.7333 4.2517)"^^geo:wktLiteral ;
  geo-pos:lat "62.7333"^^xsd:decimal ;
  geo-pos:long "4.2517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-446'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '4.2517'^^xsd:double;
  dwc:latitude '62.7333'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-446'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.68 4.0533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.68"^^xsd:decimal ;
  dwc:decimalLongitude "4.0533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.68 4.0533)"^^geo:wktLiteral ;
  geo-pos:lat "62.68"^^xsd:decimal ;
  geo-pos:long "4.0533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-447'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '4.0533'^^xsd:double;
  dwc:latitude '62.68'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-447'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.6767 4.0433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.6767"^^xsd:decimal ;
  dwc:decimalLongitude "4.0433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.6767 4.0433)"^^geo:wktLiteral ;
  geo-pos:lat "62.6767"^^xsd:decimal ;
  geo-pos:long "4.0433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-448'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '4.0433'^^xsd:double;
  dwc:latitude '62.6767'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-448'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.675 4.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.675"^^xsd:decimal ;
  dwc:decimalLongitude "4.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.675 4.0167)"^^geo:wktLiteral ;
  geo-pos:lat "62.675"^^xsd:decimal ;
  geo-pos:long "4.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-449'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '4.0167'^^xsd:double;
  dwc:latitude '62.675'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-449'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.6633 4.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.6633"^^xsd:decimal ;
  dwc:decimalLongitude "4.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.6633 4.02)"^^geo:wktLiteral ;
  geo-pos:lat "62.6633"^^xsd:decimal ;
  geo-pos:long "4.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-450'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '4.02'^^xsd:double;
  dwc:latitude '62.6633'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-450'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.5833 3.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.5833"^^xsd:decimal ;
  dwc:decimalLongitude "3.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.5833 3.75)"^^geo:wktLiteral ;
  geo-pos:lat "62.5833"^^xsd:decimal ;
  geo-pos:long "3.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-451'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '3.75'^^xsd:double;
  dwc:latitude '62.5833'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-451'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.58 3.7433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.58"^^xsd:decimal ;
  dwc:decimalLongitude "3.7433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.58 3.7433)"^^geo:wktLiteral ;
  geo-pos:lat "62.58"^^xsd:decimal ;
  geo-pos:long "3.7433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-452'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '3.7433'^^xsd:double;
  dwc:latitude '62.58'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-452'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.665 4.0167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.665"^^xsd:decimal ;
  dwc:decimalLongitude "4.0167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.665 4.0167)"^^geo:wktLiteral ;
  geo-pos:lat "62.665"^^xsd:decimal ;
  geo-pos:long "4.0167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-453'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '4.0167'^^xsd:double;
  dwc:latitude '62.665'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-453'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-454> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.665 4.0067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.665"^^xsd:decimal ;
  dwc:decimalLongitude "4.0067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.665 4.0067)"^^geo:wktLiteral ;
  geo-pos:lat "62.665"^^xsd:decimal ;
  geo-pos:long "4.0067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-454'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '4.0067'^^xsd:double;
  dwc:latitude '62.665'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-454'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.6167 3.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.6167"^^xsd:decimal ;
  dwc:decimalLongitude "3.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.6167 3.6167)"^^geo:wktLiteral ;
  geo-pos:lat "62.6167"^^xsd:decimal ;
  geo-pos:long "3.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-455'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '3.6167'^^xsd:double;
  dwc:latitude '62.6167'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-455'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5212 5.719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5212"^^xsd:decimal ;
  dwc:decimalLongitude "5.719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5212 5.719)"^^geo:wktLiteral ;
  geo-pos:lat "63.5212"^^xsd:decimal ;
  geo-pos:long "5.719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-456'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.719'^^xsd:double;
  dwc:latitude '63.5212'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-456'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.91 6.8333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.91"^^xsd:decimal ;
  dwc:decimalLongitude "6.8333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.91 6.8333)"^^geo:wktLiteral ;
  geo-pos:lat "62.91"^^xsd:decimal ;
  geo-pos:long "6.8333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-457'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '6.8333'^^xsd:double;
  dwc:latitude '62.91'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-457'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.7761 5.935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.7761"^^xsd:decimal ;
  dwc:decimalLongitude "5.935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "250"^^xsd:integer ;
  dwc:maximumDepthInMeters "250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.7761 5.935)"^^geo:wktLiteral ;
  geo-pos:lat "59.7761"^^xsd:decimal ;
  geo-pos:long "5.935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-458'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1975'^^xsd:integer;
  dwc:longitude '5.935'^^xsd:double;
  dwc:latitude '59.7761'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:minimumDepth '250'^^xsd:integer;
  dwc:maximumDepth '250'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-458'^^xsd:string;
  dwc:observationDate '1975-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.5612 5.2198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.5612"^^xsd:decimal ;
  dwc:decimalLongitude "5.2198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.5612 5.2198)"^^geo:wktLiteral ;
  geo-pos:lat "60.5612"^^xsd:decimal ;
  geo-pos:long "5.2198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-459'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '5.2198'^^xsd:double;
  dwc:latitude '60.5612'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-459'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.594067327 10.518874871)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.594067327"^^xsd:decimal ;
  dwc:decimalLongitude "10.518874871"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.594067327 10.518874871)"^^geo:wktLiteral ;
  geo-pos:lat "63.594067327"^^xsd:decimal ;
  geo-pos:long "10.518874871"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-460'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '10.518874871'^^xsd:double;
  dwc:latitude '63.594067327'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-460'^^xsd:string;
  dwc:observationDate '2000-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.59725956 10.516646156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.59725956"^^xsd:decimal ;
  dwc:decimalLongitude "10.516646156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.59725956 10.516646156)"^^geo:wktLiteral ;
  geo-pos:lat "63.59725956"^^xsd:decimal ;
  geo-pos:long "10.516646156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-461'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '10.516646156'^^xsd:double;
  dwc:latitude '63.59725956'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-461'^^xsd:string;
  dwc:observationDate '2000-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.598309386 10.515835182)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.598309386"^^xsd:decimal ;
  dwc:decimalLongitude "10.515835182"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.598309386 10.515835182)"^^geo:wktLiteral ;
  geo-pos:lat "63.598309386"^^xsd:decimal ;
  geo-pos:long "10.515835182"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-462'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '10.515835182'^^xsd:double;
  dwc:latitude '63.598309386'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-462'^^xsd:string;
  dwc:observationDate '2000-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.601216285 10.515122966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.601216285"^^xsd:decimal ;
  dwc:decimalLongitude "10.515122966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.601216285 10.515122966)"^^geo:wktLiteral ;
  geo-pos:lat "63.601216285"^^xsd:decimal ;
  geo-pos:long "10.515122966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-463'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '10.515122966'^^xsd:double;
  dwc:latitude '63.601216285'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-463'^^xsd:string;
  dwc:observationDate '2000-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.601544127 10.511269212)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.601544127"^^xsd:decimal ;
  dwc:decimalLongitude "10.511269212"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.601544127 10.511269212)"^^geo:wktLiteral ;
  geo-pos:lat "63.601544127"^^xsd:decimal ;
  geo-pos:long "10.511269212"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-464'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '10.511269212'^^xsd:double;
  dwc:latitude '63.601544127'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-464'^^xsd:string;
  dwc:observationDate '2000-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.603103064 10.507278922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.603103064"^^xsd:decimal ;
  dwc:decimalLongitude "10.507278922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.603103064 10.507278922)"^^geo:wktLiteral ;
  geo-pos:lat "63.603103064"^^xsd:decimal ;
  geo-pos:long "10.507278922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-465'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '10.507278922'^^xsd:double;
  dwc:latitude '63.603103064'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-465'^^xsd:string;
  dwc:observationDate '2000-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.603794095 10.5055814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.603794095"^^xsd:decimal ;
  dwc:decimalLongitude "10.5055814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.603794095 10.5055814)"^^geo:wktLiteral ;
  geo-pos:lat "63.603794095"^^xsd:decimal ;
  geo-pos:long "10.5055814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-466'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '10.5055814'^^xsd:double;
  dwc:latitude '63.603794095'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-466'^^xsd:string;
  dwc:observationDate '2000-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.604501994 10.50398551)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.604501994"^^xsd:decimal ;
  dwc:decimalLongitude "10.50398551"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.604501994 10.50398551)"^^geo:wktLiteral ;
  geo-pos:lat "63.604501994"^^xsd:decimal ;
  geo-pos:long "10.50398551"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-467'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '10.50398551'^^xsd:double;
  dwc:latitude '63.604501994'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-467'^^xsd:string;
  dwc:observationDate '2000-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.604582078 10.507478219)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.604582078"^^xsd:decimal ;
  dwc:decimalLongitude "10.507478219"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.604582078 10.507478219)"^^geo:wktLiteral ;
  geo-pos:lat "63.604582078"^^xsd:decimal ;
  geo-pos:long "10.507478219"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-468'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startDayCollected '19'^^xsd:integer;
  dwc:endDayCollected '22'^^xsd:integer;
  dwc:longitude '10.507478219'^^xsd:double;
  dwc:latitude '63.604582078'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-468'^^xsd:string;
  dwc:observationDate '2000-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.742059166667 9.9727896666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.742059166667"^^xsd:decimal ;
  dwc:decimalLongitude "9.9727896666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "252"^^xsd:integer ;
  dwc:maximumDepthInMeters "252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.742059166667 9.9727896666667)"^^geo:wktLiteral ;
  geo-pos:lat "67.742059166667"^^xsd:decimal ;
  geo-pos:long "9.9727896666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-469'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '9.9727896666667'^^xsd:double;
  dwc:latitude '67.742059166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '252'^^xsd:integer;
  dwc:maximumDepth '252'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-469'^^xsd:string;
  dwc:observationDate '2011-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-470> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.731875 11.150191)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.731875"^^xsd:decimal ;
  dwc:decimalLongitude "11.150191"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "179"^^xsd:integer ;
  dwc:maximumDepthInMeters "203"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.731875 11.150191)"^^geo:wktLiteral ;
  geo-pos:lat "67.731875"^^xsd:decimal ;
  geo-pos:long "11.150191"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-470'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '11.150191'^^xsd:double;
  dwc:latitude '67.731875'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '179'^^xsd:integer;
  dwc:maximumDepth '203'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-470'^^xsd:string;
  dwc:observationDate '2011-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.557267 9.569913)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.557267"^^xsd:decimal ;
  dwc:decimalLongitude "9.569913"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "265"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.557267 9.569913)"^^geo:wktLiteral ;
  geo-pos:lat "67.557267"^^xsd:decimal ;
  geo-pos:long "9.569913"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-471'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '9.569913'^^xsd:double;
  dwc:latitude '67.557267'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '265'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-471'^^xsd:string;
  dwc:observationDate '2011-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.247316833333 8.7521776666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.247316833333"^^xsd:decimal ;
  dwc:decimalLongitude "8.7521776666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "381"^^xsd:integer ;
  dwc:maximumDepthInMeters "381"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.247316833333 8.7521776666667)"^^geo:wktLiteral ;
  geo-pos:lat "67.247316833333"^^xsd:decimal ;
  geo-pos:long "8.7521776666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-472'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '8.7521776666667'^^xsd:double;
  dwc:latitude '67.247316833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '381'^^xsd:integer;
  dwc:maximumDepth '381'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-472'^^xsd:string;
  dwc:observationDate '2011-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.214333333333 9.7023441666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.214333333333"^^xsd:decimal ;
  dwc:decimalLongitude "9.7023441666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "345"^^xsd:integer ;
  dwc:maximumDepthInMeters "353"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.214333333333 9.7023441666667)"^^geo:wktLiteral ;
  geo-pos:lat "67.214333333333"^^xsd:decimal ;
  geo-pos:long "9.7023441666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-473'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '9.7023441666667'^^xsd:double;
  dwc:latitude '67.214333333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '345'^^xsd:integer;
  dwc:maximumDepth '353'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-473'^^xsd:string;
  dwc:observationDate '2011-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.059327 10.56335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.059327"^^xsd:decimal ;
  dwc:decimalLongitude "10.56335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "217"^^xsd:integer ;
  dwc:maximumDepthInMeters "223"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.059327 10.56335)"^^geo:wktLiteral ;
  geo-pos:lat "67.059327"^^xsd:decimal ;
  geo-pos:long "10.56335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-474'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '10.56335'^^xsd:double;
  dwc:latitude '67.059327'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '217'^^xsd:integer;
  dwc:maximumDepth '223'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-474'^^xsd:string;
  dwc:observationDate '2011-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.3153560003 9.240963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.3153560003"^^xsd:decimal ;
  dwc:decimalLongitude "9.240963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "343"^^xsd:integer ;
  dwc:maximumDepthInMeters "343"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.3153560003 9.240963)"^^geo:wktLiteral ;
  geo-pos:lat "67.3153560003"^^xsd:decimal ;
  geo-pos:long "9.240963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-475'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '9.240963'^^xsd:double;
  dwc:latitude '67.3153560003'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '343'^^xsd:integer;
  dwc:maximumDepth '343'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-475'^^xsd:string;
  dwc:observationDate '2011-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.317136666667 9.5181313333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.317136666667"^^xsd:decimal ;
  dwc:decimalLongitude "9.5181313333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.317136666667 9.5181313333333)"^^geo:wktLiteral ;
  geo-pos:lat "67.317136666667"^^xsd:decimal ;
  geo-pos:long "9.5181313333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-476'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '9.5181313333333'^^xsd:double;
  dwc:latitude '67.317136666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-476'^^xsd:string;
  dwc:observationDate '2011-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.426173 9.424798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.426173"^^xsd:decimal ;
  dwc:decimalLongitude "9.424798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "276"^^xsd:integer ;
  dwc:maximumDepthInMeters "281"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.426173 9.424798)"^^geo:wktLiteral ;
  geo-pos:lat "67.426173"^^xsd:decimal ;
  geo-pos:long "9.424798"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-477'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '9.424798'^^xsd:double;
  dwc:latitude '67.426173'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '276'^^xsd:integer;
  dwc:maximumDepth '281'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-477'^^xsd:string;
  dwc:observationDate '2011-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.6993608444 7.58961914075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.6993608444"^^xsd:decimal ;
  dwc:decimalLongitude "7.58961914075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "381"^^xsd:integer ;
  dwc:maximumDepthInMeters "381"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.6993608444 7.58961914075)"^^geo:wktLiteral ;
  geo-pos:lat "65.6993608444"^^xsd:decimal ;
  geo-pos:long "7.58961914075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-478'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.58961914075'^^xsd:double;
  dwc:latitude '65.6993608444'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '381'^^xsd:integer;
  dwc:maximumDepth '381'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-478'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.6995242956 7.58982804115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.6995242956"^^xsd:decimal ;
  dwc:decimalLongitude "7.58982804115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "378"^^xsd:integer ;
  dwc:maximumDepthInMeters "378"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.6995242956 7.58982804115)"^^geo:wktLiteral ;
  geo-pos:lat "65.6995242956"^^xsd:decimal ;
  geo-pos:long "7.58982804115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-479'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.58982804115'^^xsd:double;
  dwc:latitude '65.6995242956'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '378'^^xsd:integer;
  dwc:maximumDepth '378'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-479'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7007751763 7.58440170602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7007751763"^^xsd:decimal ;
  dwc:decimalLongitude "7.58440170602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "378"^^xsd:integer ;
  dwc:maximumDepthInMeters "378"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7007751763 7.58440170602)"^^geo:wktLiteral ;
  geo-pos:lat "65.7007751763"^^xsd:decimal ;
  geo-pos:long "7.58440170602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-480'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.58440170602'^^xsd:double;
  dwc:latitude '65.7007751763'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '378'^^xsd:integer;
  dwc:maximumDepth '378'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-480'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7005222318 7.58421950398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7005222318"^^xsd:decimal ;
  dwc:decimalLongitude "7.58421950398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "379"^^xsd:integer ;
  dwc:maximumDepthInMeters "379"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7005222318 7.58421950398)"^^geo:wktLiteral ;
  geo-pos:lat "65.7005222318"^^xsd:decimal ;
  geo-pos:long "7.58421950398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-481'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.58421950398'^^xsd:double;
  dwc:latitude '65.7005222318'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '379'^^xsd:integer;
  dwc:maximumDepth '379'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-481'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7018429856 7.58536709245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7018429856"^^xsd:decimal ;
  dwc:decimalLongitude "7.58536709245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "380"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7018429856 7.58536709245)"^^geo:wktLiteral ;
  geo-pos:lat "65.7018429856"^^xsd:decimal ;
  geo-pos:long "7.58536709245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-482'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.58536709245'^^xsd:double;
  dwc:latitude '65.7018429856'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '380'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-482'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7018522401 7.58442994925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7018522401"^^xsd:decimal ;
  dwc:decimalLongitude "7.58442994925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "373"^^xsd:integer ;
  dwc:maximumDepthInMeters "373"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7018522401 7.58442994925)"^^geo:wktLiteral ;
  geo-pos:lat "65.7018522401"^^xsd:decimal ;
  geo-pos:long "7.58442994925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-483'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.58442994925'^^xsd:double;
  dwc:latitude '65.7018522401'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '373'^^xsd:integer;
  dwc:maximumDepth '373'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-483'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7023018075 7.5854945025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7023018075"^^xsd:decimal ;
  dwc:decimalLongitude "7.5854945025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "375"^^xsd:integer ;
  dwc:maximumDepthInMeters "375"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7023018075 7.5854945025)"^^geo:wktLiteral ;
  geo-pos:lat "65.7023018075"^^xsd:decimal ;
  geo-pos:long "7.5854945025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-484'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.5854945025'^^xsd:double;
  dwc:latitude '65.7023018075'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '375'^^xsd:integer;
  dwc:maximumDepth '375'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-484'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-485> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.702339701 7.58571025906)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.702339701"^^xsd:decimal ;
  dwc:decimalLongitude "7.58571025906"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "376"^^xsd:integer ;
  dwc:maximumDepthInMeters "376"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.702339701 7.58571025906)"^^geo:wktLiteral ;
  geo-pos:lat "65.702339701"^^xsd:decimal ;
  geo-pos:long "7.58571025906"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-485'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.58571025906'^^xsd:double;
  dwc:latitude '65.702339701'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '376'^^xsd:integer;
  dwc:maximumDepth '376'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-485'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7026313493 7.58813401416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7026313493"^^xsd:decimal ;
  dwc:decimalLongitude "7.58813401416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "372"^^xsd:integer ;
  dwc:maximumDepthInMeters "372"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7026313493 7.58813401416)"^^geo:wktLiteral ;
  geo-pos:lat "65.7026313493"^^xsd:decimal ;
  geo-pos:long "7.58813401416"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-486'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.58813401416'^^xsd:double;
  dwc:latitude '65.7026313493'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '372'^^xsd:integer;
  dwc:maximumDepth '372'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-486'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7030192242 7.58835247829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7030192242"^^xsd:decimal ;
  dwc:decimalLongitude "7.58835247829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "372"^^xsd:integer ;
  dwc:maximumDepthInMeters "372"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7030192242 7.58835247829)"^^geo:wktLiteral ;
  geo-pos:lat "65.7030192242"^^xsd:decimal ;
  geo-pos:long "7.58835247829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-487'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.58835247829'^^xsd:double;
  dwc:latitude '65.7030192242'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '372'^^xsd:integer;
  dwc:maximumDepth '372'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-487'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7033155953 7.58644115583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7033155953"^^xsd:decimal ;
  dwc:decimalLongitude "7.58644115583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "372"^^xsd:integer ;
  dwc:maximumDepthInMeters "372"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7033155953 7.58644115583)"^^geo:wktLiteral ;
  geo-pos:lat "65.7033155953"^^xsd:decimal ;
  geo-pos:long "7.58644115583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-488'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.58644115583'^^xsd:double;
  dwc:latitude '65.7033155953'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '372'^^xsd:integer;
  dwc:maximumDepth '372'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-488'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7030238285 7.59079194854)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7030238285"^^xsd:decimal ;
  dwc:decimalLongitude "7.59079194854"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "372"^^xsd:integer ;
  dwc:maximumDepthInMeters "372"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7030238285 7.59079194854)"^^geo:wktLiteral ;
  geo-pos:lat "65.7030238285"^^xsd:decimal ;
  geo-pos:long "7.59079194854"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-489'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.59079194854'^^xsd:double;
  dwc:latitude '65.7030238285'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '372'^^xsd:integer;
  dwc:maximumDepth '372'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-489'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.703737265 7.59225619898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.703737265"^^xsd:decimal ;
  dwc:decimalLongitude "7.59225619898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "370"^^xsd:integer ;
  dwc:maximumDepthInMeters "370"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.703737265 7.59225619898)"^^geo:wktLiteral ;
  geo-pos:lat "65.703737265"^^xsd:decimal ;
  geo-pos:long "7.59225619898"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-490'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.59225619898'^^xsd:double;
  dwc:latitude '65.703737265'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '370'^^xsd:integer;
  dwc:maximumDepth '370'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-490'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7036843287 7.59722577223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7036843287"^^xsd:decimal ;
  dwc:decimalLongitude "7.59722577223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "368"^^xsd:integer ;
  dwc:maximumDepthInMeters "368"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7036843287 7.59722577223)"^^geo:wktLiteral ;
  geo-pos:lat "65.7036843287"^^xsd:decimal ;
  geo-pos:long "7.59722577223"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-491'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.59722577223'^^xsd:double;
  dwc:latitude '65.7036843287'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '368'^^xsd:integer;
  dwc:maximumDepth '368'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-491'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7036679923 7.59740092713)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7036679923"^^xsd:decimal ;
  dwc:decimalLongitude "7.59740092713"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "246"^^xsd:integer ;
  dwc:maximumDepthInMeters "246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7036679923 7.59740092713)"^^geo:wktLiteral ;
  geo-pos:lat "65.7036679923"^^xsd:decimal ;
  geo-pos:long "7.59740092713"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-492'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.59740092713'^^xsd:double;
  dwc:latitude '65.7036679923'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '246'^^xsd:integer;
  dwc:maximumDepth '246'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-492'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7039452614 7.59827904781)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7039452614"^^xsd:decimal ;
  dwc:decimalLongitude "7.59827904781"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "368"^^xsd:integer ;
  dwc:maximumDepthInMeters "368"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7039452614 7.59827904781)"^^geo:wktLiteral ;
  geo-pos:lat "65.7039452614"^^xsd:decimal ;
  geo-pos:long "7.59827904781"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-493'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.59827904781'^^xsd:double;
  dwc:latitude '65.7039452614'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '368'^^xsd:integer;
  dwc:maximumDepth '368'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-493'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7039492286 7.59773423421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7039492286"^^xsd:decimal ;
  dwc:decimalLongitude "7.59773423421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7039492286 7.59773423421)"^^geo:wktLiteral ;
  geo-pos:lat "65.7039492286"^^xsd:decimal ;
  geo-pos:long "7.59773423421"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-494'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.59773423421'^^xsd:double;
  dwc:latitude '65.7039492286'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-494'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.70419546 7.60109744083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.70419546"^^xsd:decimal ;
  dwc:decimalLongitude "7.60109744083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "368"^^xsd:integer ;
  dwc:maximumDepthInMeters "368"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.70419546 7.60109744083)"^^geo:wktLiteral ;
  geo-pos:lat "65.70419546"^^xsd:decimal ;
  geo-pos:long "7.60109744083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-495'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.60109744083'^^xsd:double;
  dwc:latitude '65.70419546'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '368'^^xsd:integer;
  dwc:maximumDepth '368'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-495'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7047092641 7.60037257111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7047092641"^^xsd:decimal ;
  dwc:decimalLongitude "7.60037257111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "363"^^xsd:integer ;
  dwc:maximumDepthInMeters "363"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7047092641 7.60037257111)"^^geo:wktLiteral ;
  geo-pos:lat "65.7047092641"^^xsd:decimal ;
  geo-pos:long "7.60037257111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-496'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.60037257111'^^xsd:double;
  dwc:latitude '65.7047092641'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '363'^^xsd:integer;
  dwc:maximumDepth '363'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-496'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7056329699 7.59738160675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7056329699"^^xsd:decimal ;
  dwc:decimalLongitude "7.59738160675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "362"^^xsd:integer ;
  dwc:maximumDepthInMeters "362"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7056329699 7.59738160675)"^^geo:wktLiteral ;
  geo-pos:lat "65.7056329699"^^xsd:decimal ;
  geo-pos:long "7.59738160675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-497'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.59738160675'^^xsd:double;
  dwc:latitude '65.7056329699'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '362'^^xsd:integer;
  dwc:maximumDepth '362'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-497'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-498> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7056288039 7.5979046813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7056288039"^^xsd:decimal ;
  dwc:decimalLongitude "7.5979046813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "365"^^xsd:integer ;
  dwc:maximumDepthInMeters "365"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7056288039 7.5979046813)"^^geo:wktLiteral ;
  geo-pos:lat "65.7056288039"^^xsd:decimal ;
  geo-pos:long "7.5979046813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-498'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.5979046813'^^xsd:double;
  dwc:latitude '65.7056288039'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '365'^^xsd:integer;
  dwc:maximumDepth '365'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-498'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7057976441 7.59870160046)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7057976441"^^xsd:decimal ;
  dwc:decimalLongitude "7.59870160046"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "361"^^xsd:integer ;
  dwc:maximumDepthInMeters "361"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7057976441 7.59870160046)"^^geo:wktLiteral ;
  geo-pos:lat "65.7057976441"^^xsd:decimal ;
  geo-pos:long "7.59870160046"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-499'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.59870160046'^^xsd:double;
  dwc:latitude '65.7057976441'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '361'^^xsd:integer;
  dwc:maximumDepth '361'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-499'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7057003546 7.59787902063)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7057003546"^^xsd:decimal ;
  dwc:decimalLongitude "7.59787902063"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "360"^^xsd:integer ;
  dwc:maximumDepthInMeters "360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7057003546 7.59787902063)"^^geo:wktLiteral ;
  geo-pos:lat "65.7057003546"^^xsd:decimal ;
  geo-pos:long "7.59787902063"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-500'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.59787902063'^^xsd:double;
  dwc:latitude '65.7057003546'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '360'^^xsd:integer;
  dwc:maximumDepth '360'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-500'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7052967185 7.59692055286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7052967185"^^xsd:decimal ;
  dwc:decimalLongitude "7.59692055286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7052967185 7.59692055286)"^^geo:wktLiteral ;
  geo-pos:lat "65.7052967185"^^xsd:decimal ;
  geo-pos:long "7.59692055286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-501'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '7.59692055286'^^xsd:double;
  dwc:latitude '65.7052967185'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-501'^^xsd:string;
  dwc:observationDate '2010-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7053959765 7.59698052881)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7053959765"^^xsd:decimal ;
  dwc:decimalLongitude "7.59698052881"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7053959765 7.59698052881)"^^geo:wktLiteral ;
  geo-pos:lat "65.7053959765"^^xsd:decimal ;
  geo-pos:long "7.59698052881"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-502'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '7.59698052881'^^xsd:double;
  dwc:latitude '65.7053959765'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-502'^^xsd:string;
  dwc:observationDate '2010-08-12'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7071947082 7.59644730386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7071947082"^^xsd:decimal ;
  dwc:decimalLongitude "7.59644730386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7071947082 7.59644730386)"^^geo:wktLiteral ;
  geo-pos:lat "65.7071947082"^^xsd:decimal ;
  geo-pos:long "7.59644730386"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-503'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.59644730386'^^xsd:double;
  dwc:latitude '65.7071947082'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-503'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7071398937 7.59634134271)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7071398937"^^xsd:decimal ;
  dwc:decimalLongitude "7.59634134271"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "364"^^xsd:integer ;
  dwc:maximumDepthInMeters "364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7071398937 7.59634134271)"^^geo:wktLiteral ;
  geo-pos:lat "65.7071398937"^^xsd:decimal ;
  geo-pos:long "7.59634134271"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-504'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.59634134271'^^xsd:double;
  dwc:latitude '65.7071398937'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '364'^^xsd:integer;
  dwc:maximumDepth '364'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-504'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-505> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7046188706 7.59055263434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7046188706"^^xsd:decimal ;
  dwc:decimalLongitude "7.59055263434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "367"^^xsd:integer ;
  dwc:maximumDepthInMeters "367"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7046188706 7.59055263434)"^^geo:wktLiteral ;
  geo-pos:lat "65.7046188706"^^xsd:decimal ;
  geo-pos:long "7.59055263434"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-505'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.59055263434'^^xsd:double;
  dwc:latitude '65.7046188706'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '367'^^xsd:integer;
  dwc:maximumDepth '367'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-505'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7045837998 7.59064168179)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7045837998"^^xsd:decimal ;
  dwc:decimalLongitude "7.59064168179"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "366"^^xsd:integer ;
  dwc:maximumDepthInMeters "366"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7045837998 7.59064168179)"^^geo:wktLiteral ;
  geo-pos:lat "65.7045837998"^^xsd:decimal ;
  geo-pos:long "7.59064168179"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-506'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.59064168179'^^xsd:double;
  dwc:latitude '65.7045837998'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '366'^^xsd:integer;
  dwc:maximumDepth '366'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-506'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7054902798 7.58871879648)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7054902798"^^xsd:decimal ;
  dwc:decimalLongitude "7.58871879648"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "366"^^xsd:integer ;
  dwc:maximumDepthInMeters "366"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7054902798 7.58871879648)"^^geo:wktLiteral ;
  geo-pos:lat "65.7054902798"^^xsd:decimal ;
  geo-pos:long "7.58871879648"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-507'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.58871879648'^^xsd:double;
  dwc:latitude '65.7054902798'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '366'^^xsd:integer;
  dwc:maximumDepth '366'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-507'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7053828555 7.58874643794)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7053828555"^^xsd:decimal ;
  dwc:decimalLongitude "7.58874643794"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "371"^^xsd:integer ;
  dwc:maximumDepthInMeters "371"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7053828555 7.58874643794)"^^geo:wktLiteral ;
  geo-pos:lat "65.7053828555"^^xsd:decimal ;
  geo-pos:long "7.58874643794"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-508'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.58874643794'^^xsd:double;
  dwc:latitude '65.7053828555'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '371'^^xsd:integer;
  dwc:maximumDepth '371'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-508'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7079975565 7.58330953804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7079975565"^^xsd:decimal ;
  dwc:decimalLongitude "7.58330953804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "373"^^xsd:integer ;
  dwc:maximumDepthInMeters "373"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7079975565 7.58330953804)"^^geo:wktLiteral ;
  geo-pos:lat "65.7079975565"^^xsd:decimal ;
  geo-pos:long "7.58330953804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-509'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.58330953804'^^xsd:double;
  dwc:latitude '65.7079975565'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '373'^^xsd:integer;
  dwc:maximumDepth '373'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-509'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7081886529 7.58456276033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7081886529"^^xsd:decimal ;
  dwc:decimalLongitude "7.58456276033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "368"^^xsd:integer ;
  dwc:maximumDepthInMeters "368"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7081886529 7.58456276033)"^^geo:wktLiteral ;
  geo-pos:lat "65.7081886529"^^xsd:decimal ;
  geo-pos:long "7.58456276033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-510'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.58456276033'^^xsd:double;
  dwc:latitude '65.7081886529'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '368'^^xsd:integer;
  dwc:maximumDepth '368'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-510'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7053367532 7.62896416019)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7053367532"^^xsd:decimal ;
  dwc:decimalLongitude "7.62896416019"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "355"^^xsd:integer ;
  dwc:maximumDepthInMeters "355"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7053367532 7.62896416019)"^^geo:wktLiteral ;
  geo-pos:lat "65.7053367532"^^xsd:decimal ;
  geo-pos:long "7.62896416019"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-511'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '7.62896416019'^^xsd:double;
  dwc:latitude '65.7053367532'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '355'^^xsd:integer;
  dwc:maximumDepth '355'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-511'^^xsd:string;
  dwc:observationDate '2009-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7062865359 7.63080921608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7062865359"^^xsd:decimal ;
  dwc:decimalLongitude "7.63080921608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "355"^^xsd:integer ;
  dwc:maximumDepthInMeters "355"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7062865359 7.63080921608)"^^geo:wktLiteral ;
  geo-pos:lat "65.7062865359"^^xsd:decimal ;
  geo-pos:long "7.63080921608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-512'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '7.63080921608'^^xsd:double;
  dwc:latitude '65.7062865359'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '355'^^xsd:integer;
  dwc:maximumDepth '355'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-512'^^xsd:string;
  dwc:observationDate '2009-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7067560616 7.6321351209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7067560616"^^xsd:decimal ;
  dwc:decimalLongitude "7.6321351209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "355"^^xsd:integer ;
  dwc:maximumDepthInMeters "355"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7067560616 7.6321351209)"^^geo:wktLiteral ;
  geo-pos:lat "65.7067560616"^^xsd:decimal ;
  geo-pos:long "7.6321351209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-513'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '7.6321351209'^^xsd:double;
  dwc:latitude '65.7067560616'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '355'^^xsd:integer;
  dwc:maximumDepth '355'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-513'^^xsd:string;
  dwc:observationDate '2009-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7068211866 7.63239311357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7068211866"^^xsd:decimal ;
  dwc:decimalLongitude "7.63239311357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "355"^^xsd:integer ;
  dwc:maximumDepthInMeters "355"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7068211866 7.63239311357)"^^geo:wktLiteral ;
  geo-pos:lat "65.7068211866"^^xsd:decimal ;
  geo-pos:long "7.63239311357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-514'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '7.63239311357'^^xsd:double;
  dwc:latitude '65.7068211866'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '355'^^xsd:integer;
  dwc:maximumDepth '355'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-514'^^xsd:string;
  dwc:observationDate '2009-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7043756282 7.62685843021)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7043756282"^^xsd:decimal ;
  dwc:decimalLongitude "7.62685843021"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "354"^^xsd:integer ;
  dwc:maximumDepthInMeters "354"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7043756282 7.62685843021)"^^geo:wktLiteral ;
  geo-pos:lat "65.7043756282"^^xsd:decimal ;
  geo-pos:long "7.62685843021"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-515'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '7.62685843021'^^xsd:double;
  dwc:latitude '65.7043756282'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '354'^^xsd:integer;
  dwc:maximumDepth '354'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-515'^^xsd:string;
  dwc:observationDate '2009-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-516> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7046910622 7.62601389246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7046910622"^^xsd:decimal ;
  dwc:decimalLongitude "7.62601389246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "358"^^xsd:integer ;
  dwc:maximumDepthInMeters "358"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7046910622 7.62601389246)"^^geo:wktLiteral ;
  geo-pos:lat "65.7046910622"^^xsd:decimal ;
  geo-pos:long "7.62601389246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-516'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '7.62601389246'^^xsd:double;
  dwc:latitude '65.7046910622'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '358'^^xsd:integer;
  dwc:maximumDepth '358'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-516'^^xsd:string;
  dwc:observationDate '2009-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7045962659 7.63044113897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7045962659"^^xsd:decimal ;
  dwc:decimalLongitude "7.63044113897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "355"^^xsd:integer ;
  dwc:maximumDepthInMeters "355"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7045962659 7.63044113897)"^^geo:wktLiteral ;
  geo-pos:lat "65.7045962659"^^xsd:decimal ;
  geo-pos:long "7.63044113897"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-517'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '7.63044113897'^^xsd:double;
  dwc:latitude '65.7045962659'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '355'^^xsd:integer;
  dwc:maximumDepth '355'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-517'^^xsd:string;
  dwc:observationDate '2009-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7046107059 7.63105033575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7046107059"^^xsd:decimal ;
  dwc:decimalLongitude "7.63105033575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "358"^^xsd:integer ;
  dwc:maximumDepthInMeters "358"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7046107059 7.63105033575)"^^geo:wktLiteral ;
  geo-pos:lat "65.7046107059"^^xsd:decimal ;
  geo-pos:long "7.63105033575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-518'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '7.63105033575'^^xsd:double;
  dwc:latitude '65.7046107059'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '358'^^xsd:integer;
  dwc:maximumDepth '358'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-518'^^xsd:string;
  dwc:observationDate '2009-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7027589947 7.63069080369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7027589947"^^xsd:decimal ;
  dwc:decimalLongitude "7.63069080369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "365"^^xsd:integer ;
  dwc:maximumDepthInMeters "365"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7027589947 7.63069080369)"^^geo:wktLiteral ;
  geo-pos:lat "65.7027589947"^^xsd:decimal ;
  geo-pos:long "7.63069080369"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-519'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '7.63069080369'^^xsd:double;
  dwc:latitude '65.7027589947'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '365'^^xsd:integer;
  dwc:maximumDepth '365'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-519'^^xsd:string;
  dwc:observationDate '2009-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7022076872 7.62725657432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7022076872"^^xsd:decimal ;
  dwc:decimalLongitude "7.62725657432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "360"^^xsd:integer ;
  dwc:maximumDepthInMeters "360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7022076872 7.62725657432)"^^geo:wktLiteral ;
  geo-pos:lat "65.7022076872"^^xsd:decimal ;
  geo-pos:long "7.62725657432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-520'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '7.62725657432'^^xsd:double;
  dwc:latitude '65.7022076872'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '360'^^xsd:integer;
  dwc:maximumDepth '360'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-520'^^xsd:string;
  dwc:observationDate '2009-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7018902882 7.62788329905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7018902882"^^xsd:decimal ;
  dwc:decimalLongitude "7.62788329905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "362"^^xsd:integer ;
  dwc:maximumDepthInMeters "362"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7018902882 7.62788329905)"^^geo:wktLiteral ;
  geo-pos:lat "65.7018902882"^^xsd:decimal ;
  geo-pos:long "7.62788329905"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-521'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '7.62788329905'^^xsd:double;
  dwc:latitude '65.7018902882'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '362'^^xsd:integer;
  dwc:maximumDepth '362'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-521'^^xsd:string;
  dwc:observationDate '2009-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7025363335 7.63087683989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7025363335"^^xsd:decimal ;
  dwc:decimalLongitude "7.63087683989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "360"^^xsd:integer ;
  dwc:maximumDepthInMeters "360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7025363335 7.63087683989)"^^geo:wktLiteral ;
  geo-pos:lat "65.7025363335"^^xsd:decimal ;
  geo-pos:long "7.63087683989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-522'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '7.63087683989'^^xsd:double;
  dwc:latitude '65.7025363335'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '360'^^xsd:integer;
  dwc:maximumDepth '360'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-522'^^xsd:string;
  dwc:observationDate '2009-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7031224424 7.63119437524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7031224424"^^xsd:decimal ;
  dwc:decimalLongitude "7.63119437524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "360"^^xsd:integer ;
  dwc:maximumDepthInMeters "360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7031224424 7.63119437524)"^^geo:wktLiteral ;
  geo-pos:lat "65.7031224424"^^xsd:decimal ;
  geo-pos:long "7.63119437524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-523'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '7.63119437524'^^xsd:double;
  dwc:latitude '65.7031224424'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '360'^^xsd:integer;
  dwc:maximumDepth '360'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-523'^^xsd:string;
  dwc:observationDate '2009-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7031803575 7.63164875852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7031803575"^^xsd:decimal ;
  dwc:decimalLongitude "7.63164875852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "360"^^xsd:integer ;
  dwc:maximumDepthInMeters "360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7031803575 7.63164875852)"^^geo:wktLiteral ;
  geo-pos:lat "65.7031803575"^^xsd:decimal ;
  geo-pos:long "7.63164875852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-524'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '7.63164875852'^^xsd:double;
  dwc:latitude '65.7031803575'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '360'^^xsd:integer;
  dwc:maximumDepth '360'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-524'^^xsd:string;
  dwc:observationDate '2009-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-525> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7037863612 7.63318514967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7037863612"^^xsd:decimal ;
  dwc:decimalLongitude "7.63318514967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "361"^^xsd:integer ;
  dwc:maximumDepthInMeters "361"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7037863612 7.63318514967)"^^geo:wktLiteral ;
  geo-pos:lat "65.7037863612"^^xsd:decimal ;
  geo-pos:long "7.63318514967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-525'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '7.63318514967'^^xsd:double;
  dwc:latitude '65.7037863612'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '361'^^xsd:integer;
  dwc:maximumDepth '361'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-525'^^xsd:string;
  dwc:observationDate '2009-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7033762465 7.63850012781)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7033762465"^^xsd:decimal ;
  dwc:decimalLongitude "7.63850012781"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "357"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7033762465 7.63850012781)"^^geo:wktLiteral ;
  geo-pos:lat "65.7033762465"^^xsd:decimal ;
  geo-pos:long "7.63850012781"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-526'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '7.63850012781'^^xsd:double;
  dwc:latitude '65.7033762465'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '357'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-526'^^xsd:string;
  dwc:observationDate '2009-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-527> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7180094243 7.65547167518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7180094243"^^xsd:decimal ;
  dwc:decimalLongitude "7.65547167518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "342"^^xsd:integer ;
  dwc:maximumDepthInMeters "342"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7180094243 7.65547167518)"^^geo:wktLiteral ;
  geo-pos:lat "65.7180094243"^^xsd:decimal ;
  geo-pos:long "7.65547167518"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-527'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '7.65547167518'^^xsd:double;
  dwc:latitude '65.7180094243'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '342'^^xsd:integer;
  dwc:maximumDepth '342'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-527'^^xsd:string;
  dwc:observationDate '2009-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7185195558 7.65633879575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7185195558"^^xsd:decimal ;
  dwc:decimalLongitude "7.65633879575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "342"^^xsd:integer ;
  dwc:maximumDepthInMeters "342"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7185195558 7.65633879575)"^^geo:wktLiteral ;
  geo-pos:lat "65.7185195558"^^xsd:decimal ;
  geo-pos:long "7.65633879575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-528'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '7.65633879575'^^xsd:double;
  dwc:latitude '65.7185195558'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '342'^^xsd:integer;
  dwc:maximumDepth '342'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-528'^^xsd:string;
  dwc:observationDate '2009-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-529> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7378342533 7.64264018503)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7378342533"^^xsd:decimal ;
  dwc:decimalLongitude "7.64264018503"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "322"^^xsd:integer ;
  dwc:maximumDepthInMeters "322"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7378342533 7.64264018503)"^^geo:wktLiteral ;
  geo-pos:lat "65.7378342533"^^xsd:decimal ;
  geo-pos:long "7.64264018503"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-529'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '7.64264018503'^^xsd:double;
  dwc:latitude '65.7378342533'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '322'^^xsd:integer;
  dwc:maximumDepth '322'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-529'^^xsd:string;
  dwc:observationDate '2009-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7192222479 7.65767547791)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7192222479"^^xsd:decimal ;
  dwc:decimalLongitude "7.65767547791"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "342"^^xsd:integer ;
  dwc:maximumDepthInMeters "342"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7192222479 7.65767547791)"^^geo:wktLiteral ;
  geo-pos:lat "65.7192222479"^^xsd:decimal ;
  geo-pos:long "7.65767547791"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-530'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '7.65767547791'^^xsd:double;
  dwc:latitude '65.7192222479'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '342'^^xsd:integer;
  dwc:maximumDepth '342'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-530'^^xsd:string;
  dwc:observationDate '2009-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7192943835 7.65771532825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7192943835"^^xsd:decimal ;
  dwc:decimalLongitude "7.65771532825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "342"^^xsd:integer ;
  dwc:maximumDepthInMeters "342"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7192943835 7.65771532825)"^^geo:wktLiteral ;
  geo-pos:lat "65.7192943835"^^xsd:decimal ;
  geo-pos:long "7.65771532825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-531'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '7.65771532825'^^xsd:double;
  dwc:latitude '65.7192943835'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '342'^^xsd:integer;
  dwc:maximumDepth '342'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-531'^^xsd:string;
  dwc:observationDate '2009-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7190209051 7.6572282023)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7190209051"^^xsd:decimal ;
  dwc:decimalLongitude "7.6572282023"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "343"^^xsd:integer ;
  dwc:maximumDepthInMeters "343"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7190209051 7.6572282023)"^^geo:wktLiteral ;
  geo-pos:lat "65.7190209051"^^xsd:decimal ;
  geo-pos:long "7.6572282023"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-532'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '7.6572282023'^^xsd:double;
  dwc:latitude '65.7190209051'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '343'^^xsd:integer;
  dwc:maximumDepth '343'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-532'^^xsd:string;
  dwc:observationDate '2009-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7242116371 7.61848037237)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7242116371"^^xsd:decimal ;
  dwc:decimalLongitude "7.61848037237"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "337"^^xsd:integer ;
  dwc:maximumDepthInMeters "337"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7242116371 7.61848037237)"^^geo:wktLiteral ;
  geo-pos:lat "65.7242116371"^^xsd:decimal ;
  geo-pos:long "7.61848037237"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-533'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '7.61848037237'^^xsd:double;
  dwc:latitude '65.7242116371'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '337'^^xsd:integer;
  dwc:maximumDepth '337'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-533'^^xsd:string;
  dwc:observationDate '2009-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.726306192 7.62187871452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.726306192"^^xsd:decimal ;
  dwc:decimalLongitude "7.62187871452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "337"^^xsd:integer ;
  dwc:maximumDepthInMeters "337"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.726306192 7.62187871452)"^^geo:wktLiteral ;
  geo-pos:lat "65.726306192"^^xsd:decimal ;
  geo-pos:long "7.62187871452"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-534'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '7.62187871452'^^xsd:double;
  dwc:latitude '65.726306192'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '337'^^xsd:integer;
  dwc:maximumDepth '337'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-534'^^xsd:string;
  dwc:observationDate '2009-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7449284108 7.66155481205)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7449284108"^^xsd:decimal ;
  dwc:decimalLongitude "7.66155481205"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "316"^^xsd:integer ;
  dwc:maximumDepthInMeters "316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7449284108 7.66155481205)"^^geo:wktLiteral ;
  geo-pos:lat "65.7449284108"^^xsd:decimal ;
  geo-pos:long "7.66155481205"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-535'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.66155481205'^^xsd:double;
  dwc:latitude '65.7449284108'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '316'^^xsd:integer;
  dwc:maximumDepth '316'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-535'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7452096101 7.65780930765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7452096101"^^xsd:decimal ;
  dwc:decimalLongitude "7.65780930765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7452096101 7.65780930765)"^^geo:wktLiteral ;
  geo-pos:lat "65.7452096101"^^xsd:decimal ;
  geo-pos:long "7.65780930765"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-536'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.65780930765'^^xsd:double;
  dwc:latitude '65.7452096101'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-536'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7451262063 7.65750818356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7451262063"^^xsd:decimal ;
  dwc:decimalLongitude "7.65750818356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "317"^^xsd:integer ;
  dwc:maximumDepthInMeters "317"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7451262063 7.65750818356)"^^geo:wktLiteral ;
  geo-pos:lat "65.7451262063"^^xsd:decimal ;
  geo-pos:long "7.65750818356"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-537'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.65750818356'^^xsd:double;
  dwc:latitude '65.7451262063'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '317'^^xsd:integer;
  dwc:maximumDepth '317'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-537'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.745114554 7.65720333285)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.745114554"^^xsd:decimal ;
  dwc:decimalLongitude "7.65720333285"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "314"^^xsd:integer ;
  dwc:maximumDepthInMeters "314"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.745114554 7.65720333285)"^^geo:wktLiteral ;
  geo-pos:lat "65.745114554"^^xsd:decimal ;
  geo-pos:long "7.65720333285"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-538'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.65720333285'^^xsd:double;
  dwc:latitude '65.745114554'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '314'^^xsd:integer;
  dwc:maximumDepth '314'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-538'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7450870719 7.65713930614)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.7450870719"^^xsd:decimal ;
  dwc:decimalLongitude "7.65713930614"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "312"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.7450870719 7.65713930614)"^^geo:wktLiteral ;
  geo-pos:lat "65.7450870719"^^xsd:decimal ;
  geo-pos:long "7.65713930614"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-539'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '7.65713930614'^^xsd:double;
  dwc:latitude '65.7450870719'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '312'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-539'^^xsd:string;
  dwc:observationDate '2009-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.229880555556 16.185136111111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.229880555556"^^xsd:decimal ;
  dwc:decimalLongitude "16.185136111111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.229880555556 16.185136111111)"^^geo:wktLiteral ;
  geo-pos:lat "68.229880555556"^^xsd:decimal ;
  geo-pos:long "16.185136111111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-540'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '16.185136111111'^^xsd:double;
  dwc:latitude '68.229880555556'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '230'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-540'^^xsd:string;
  dwc:observationDate '2010-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.314574 9.153491)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.314574"^^xsd:decimal ;
  dwc:decimalLongitude "9.153491"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "264"^^xsd:integer ;
  dwc:maximumDepthInMeters "272"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.314574 9.153491)"^^geo:wktLiteral ;
  geo-pos:lat "64.314574"^^xsd:decimal ;
  geo-pos:long "9.153491"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-541'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '9.153491'^^xsd:double;
  dwc:latitude '64.314574'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '264'^^xsd:integer;
  dwc:maximumDepth '272'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-541'^^xsd:string;
  dwc:observationDate '2012-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.122825 8.500917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.122825"^^xsd:decimal ;
  dwc:decimalLongitude "8.500917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "363"^^xsd:integer ;
  dwc:maximumDepthInMeters "366"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.122825 8.500917)"^^geo:wktLiteral ;
  geo-pos:lat "64.122825"^^xsd:decimal ;
  geo-pos:long "8.500917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-542'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '8.500917'^^xsd:double;
  dwc:latitude '64.122825'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '363'^^xsd:integer;
  dwc:maximumDepth '366'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-542'^^xsd:string;
  dwc:observationDate '2012-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.032667 8.382376)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.032667"^^xsd:decimal ;
  dwc:decimalLongitude "8.382376"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "302"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.032667 8.382376)"^^geo:wktLiteral ;
  geo-pos:lat "64.032667"^^xsd:decimal ;
  geo-pos:long "8.382376"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-543'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '8.382376'^^xsd:double;
  dwc:latitude '64.032667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '302'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-543'^^xsd:string;
  dwc:observationDate '2012-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.998159 11.320005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.998159"^^xsd:decimal ;
  dwc:decimalLongitude "11.320005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "241"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.998159 11.320005)"^^geo:wktLiteral ;
  geo-pos:lat "64.998159"^^xsd:decimal ;
  geo-pos:long "11.320005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-544'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '11.320005'^^xsd:double;
  dwc:latitude '64.998159'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '241'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-544'^^xsd:string;
  dwc:observationDate '2012-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.005348 11.295514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.005348"^^xsd:decimal ;
  dwc:decimalLongitude "11.295514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "211"^^xsd:integer ;
  dwc:maximumDepthInMeters "218"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.005348 11.295514)"^^geo:wktLiteral ;
  geo-pos:lat "65.005348"^^xsd:decimal ;
  geo-pos:long "11.295514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-545'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '11.295514'^^xsd:double;
  dwc:latitude '65.005348'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '211'^^xsd:integer;
  dwc:maximumDepth '218'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-545'^^xsd:string;
  dwc:observationDate '2012-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.154416 9.464023)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.154416"^^xsd:decimal ;
  dwc:decimalLongitude "9.464023"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "272"^^xsd:integer ;
  dwc:maximumDepthInMeters "281"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.154416 9.464023)"^^geo:wktLiteral ;
  geo-pos:lat "65.154416"^^xsd:decimal ;
  geo-pos:long "9.464023"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-546'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '9.464023'^^xsd:double;
  dwc:latitude '65.154416'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '272'^^xsd:integer;
  dwc:maximumDepth '281'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-546'^^xsd:string;
  dwc:observationDate '2012-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.079345 9.360927)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.079345"^^xsd:decimal ;
  dwc:decimalLongitude "9.360927"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "327"^^xsd:integer ;
  dwc:maximumDepthInMeters "346"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.079345 9.360927)"^^geo:wktLiteral ;
  geo-pos:lat "65.079345"^^xsd:decimal ;
  geo-pos:long "9.360927"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-547'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '9.360927'^^xsd:double;
  dwc:latitude '65.079345'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '327'^^xsd:integer;
  dwc:maximumDepth '346'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-547'^^xsd:string;
  dwc:observationDate '2012-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.049771 9.369915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.049771"^^xsd:decimal ;
  dwc:decimalLongitude "9.369915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.049771 9.369915)"^^geo:wktLiteral ;
  geo-pos:lat "65.049771"^^xsd:decimal ;
  geo-pos:long "9.369915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-548'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '9.369915'^^xsd:double;
  dwc:latitude '65.049771'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-548'^^xsd:string;
  dwc:observationDate '2012-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.978867 9.405151)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.978867"^^xsd:decimal ;
  dwc:decimalLongitude "9.405151"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "257"^^xsd:integer ;
  dwc:maximumDepthInMeters "259"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.978867 9.405151)"^^geo:wktLiteral ;
  geo-pos:lat "64.978867"^^xsd:decimal ;
  geo-pos:long "9.405151"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-549'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '9.405151'^^xsd:double;
  dwc:latitude '64.978867'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '257'^^xsd:integer;
  dwc:maximumDepth '259'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-549'^^xsd:string;
  dwc:observationDate '2012-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.95348 9.127787)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.95348"^^xsd:decimal ;
  dwc:decimalLongitude "9.127787"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "174"^^xsd:integer ;
  dwc:maximumDepthInMeters "245"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.95348 9.127787)"^^geo:wktLiteral ;
  geo-pos:lat "64.95348"^^xsd:decimal ;
  geo-pos:long "9.127787"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-550'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '9.127787'^^xsd:double;
  dwc:latitude '64.95348'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '174'^^xsd:integer;
  dwc:maximumDepth '245'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-550'^^xsd:string;
  dwc:observationDate '2012-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1418905102 8.20084600013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1418905102"^^xsd:decimal ;
  dwc:decimalLongitude "8.20084600013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "299"^^xsd:integer ;
  dwc:maximumDepthInMeters "318"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1418905102 8.20084600013)"^^geo:wktLiteral ;
  geo-pos:lat "64.1418905102"^^xsd:decimal ;
  geo-pos:long "8.20084600013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-551'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '8.20084600013'^^xsd:double;
  dwc:latitude '64.1418905102'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '299'^^xsd:integer;
  dwc:maximumDepth '318'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-551'^^xsd:string;
  dwc:observationDate '2012-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9023290002 7.809845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9023290002"^^xsd:decimal ;
  dwc:decimalLongitude "7.809845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "262"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9023290002 7.809845)"^^geo:wktLiteral ;
  geo-pos:lat "63.9023290002"^^xsd:decimal ;
  geo-pos:long "7.809845"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-552'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '7.809845'^^xsd:double;
  dwc:latitude '63.9023290002'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '262'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-552'^^xsd:string;
  dwc:observationDate '2012-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.661962 6.105319)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.661962"^^xsd:decimal ;
  dwc:decimalLongitude "6.105319"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "319"^^xsd:integer ;
  dwc:maximumDepthInMeters "321"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.661962 6.105319)"^^geo:wktLiteral ;
  geo-pos:lat "64.661962"^^xsd:decimal ;
  geo-pos:long "6.105319"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-553'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '6.105319'^^xsd:double;
  dwc:latitude '64.661962'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '319'^^xsd:integer;
  dwc:maximumDepth '321'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-553'^^xsd:string;
  dwc:observationDate '2012-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.618588 5.940182)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.618588"^^xsd:decimal ;
  dwc:decimalLongitude "5.940182"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "324"^^xsd:integer ;
  dwc:maximumDepthInMeters "337"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.618588 5.940182)"^^geo:wktLiteral ;
  geo-pos:lat "64.618588"^^xsd:decimal ;
  geo-pos:long "5.940182"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-554'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.940182'^^xsd:double;
  dwc:latitude '64.618588'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '324'^^xsd:integer;
  dwc:maximumDepth '337'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-554'^^xsd:string;
  dwc:observationDate '2012-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.5775711587 5.20560034721)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.5775711587"^^xsd:decimal ;
  dwc:decimalLongitude "5.20560034721"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "287"^^xsd:integer ;
  dwc:maximumDepthInMeters "293"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.5775711587 5.20560034721)"^^geo:wktLiteral ;
  geo-pos:lat "62.5775711587"^^xsd:decimal ;
  geo-pos:long "5.20560034721"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-555'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.20560034721'^^xsd:double;
  dwc:latitude '62.5775711587'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '287'^^xsd:integer;
  dwc:maximumDepth '293'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-555'^^xsd:string;
  dwc:observationDate '2012-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.532994 5.305133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.532994"^^xsd:decimal ;
  dwc:decimalLongitude "5.305133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "276"^^xsd:integer ;
  dwc:maximumDepthInMeters "277"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.532994 5.305133)"^^geo:wktLiteral ;
  geo-pos:lat "62.532994"^^xsd:decimal ;
  geo-pos:long "5.305133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-556'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.305133'^^xsd:double;
  dwc:latitude '62.532994'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '276'^^xsd:integer;
  dwc:maximumDepth '277'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-556'^^xsd:string;
  dwc:observationDate '2012-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.5339982856 5.29978838206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.5339982856"^^xsd:decimal ;
  dwc:decimalLongitude "5.29978838206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "261"^^xsd:integer ;
  dwc:maximumDepthInMeters "275"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.5339982856 5.29978838206)"^^geo:wktLiteral ;
  geo-pos:lat "62.5339982856"^^xsd:decimal ;
  geo-pos:long "5.29978838206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-557'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.29978838206'^^xsd:double;
  dwc:latitude '62.5339982856'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '261'^^xsd:integer;
  dwc:maximumDepth '275'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-557'^^xsd:string;
  dwc:observationDate '2012-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.008362 5.072082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.008362"^^xsd:decimal ;
  dwc:decimalLongitude "5.072082"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "263"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.008362 5.072082)"^^geo:wktLiteral ;
  geo-pos:lat "63.008362"^^xsd:decimal ;
  geo-pos:long "5.072082"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-558'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.072082'^^xsd:double;
  dwc:latitude '63.008362'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '263'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-558'^^xsd:string;
  dwc:observationDate '2012-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.893298 4.895708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.893298"^^xsd:decimal ;
  dwc:decimalLongitude "4.895708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "253"^^xsd:integer ;
  dwc:maximumDepthInMeters "256"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.893298 4.895708)"^^geo:wktLiteral ;
  geo-pos:lat "62.893298"^^xsd:decimal ;
  geo-pos:long "4.895708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-559'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.895708'^^xsd:double;
  dwc:latitude '62.893298'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '253'^^xsd:integer;
  dwc:maximumDepth '256'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-559'^^xsd:string;
  dwc:observationDate '2012-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.449434333333 5.90570653125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.449434333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.90570653125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "250"^^xsd:integer ;
  dwc:maximumDepthInMeters "257"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.449434333333 5.90570653125)"^^geo:wktLiteral ;
  geo-pos:lat "62.449434333333"^^xsd:decimal ;
  geo-pos:long "5.90570653125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-560'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.90570653125'^^xsd:double;
  dwc:latitude '62.449434333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '250'^^xsd:integer;
  dwc:maximumDepth '257'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-560'^^xsd:string;
  dwc:observationDate '2012-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.44511 5.9096191666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.44511"^^xsd:decimal ;
  dwc:decimalLongitude "5.9096191666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "283"^^xsd:integer ;
  dwc:maximumDepthInMeters "308"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.44511 5.9096191666667)"^^geo:wktLiteral ;
  geo-pos:lat "62.44511"^^xsd:decimal ;
  geo-pos:long "5.9096191666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-561'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.9096191666667'^^xsd:double;
  dwc:latitude '62.44511'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '283'^^xsd:integer;
  dwc:maximumDepth '308'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-561'^^xsd:string;
  dwc:observationDate '2012-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.448065666667 5.9073398333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.448065666667"^^xsd:decimal ;
  dwc:decimalLongitude "5.9073398333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "245"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.448065666667 5.9073398333333)"^^geo:wktLiteral ;
  geo-pos:lat "62.448065666667"^^xsd:decimal ;
  geo-pos:long "5.9073398333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-562'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.9073398333333'^^xsd:double;
  dwc:latitude '62.448065666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '245'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-562'^^xsd:string;
  dwc:observationDate '2012-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.4471965 5.9216515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.4471965"^^xsd:decimal ;
  dwc:decimalLongitude "5.9216515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "215"^^xsd:integer ;
  dwc:maximumDepthInMeters "258"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.4471965 5.9216515)"^^geo:wktLiteral ;
  geo-pos:lat "62.4471965"^^xsd:decimal ;
  geo-pos:long "5.9216515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-563'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.9216515'^^xsd:double;
  dwc:latitude '62.4471965'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '215'^^xsd:integer;
  dwc:maximumDepth '258'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-563'^^xsd:string;
  dwc:observationDate '2012-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.449184659649 5.8841820684211)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.449184659649"^^xsd:decimal ;
  dwc:decimalLongitude "5.8841820684211"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "215"^^xsd:integer ;
  dwc:maximumDepthInMeters "258"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.449184659649 5.8841820684211)"^^geo:wktLiteral ;
  geo-pos:lat "62.449184659649"^^xsd:decimal ;
  geo-pos:long "5.8841820684211"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-564'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.8841820684211'^^xsd:double;
  dwc:latitude '62.449184659649'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '215'^^xsd:integer;
  dwc:maximumDepth '258'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-564'^^xsd:string;
  dwc:observationDate '2012-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.445325166667 5.8833851666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.445325166667"^^xsd:decimal ;
  dwc:decimalLongitude "5.8833851666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "168"^^xsd:integer ;
  dwc:maximumDepthInMeters "195"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.445325166667 5.8833851666667)"^^geo:wktLiteral ;
  geo-pos:lat "62.445325166667"^^xsd:decimal ;
  geo-pos:long "5.8833851666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-565'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.8833851666667'^^xsd:double;
  dwc:latitude '62.445325166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '168'^^xsd:integer;
  dwc:maximumDepth '195'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-565'^^xsd:string;
  dwc:observationDate '2012-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.746818833333 6.9578371666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.746818833333"^^xsd:decimal ;
  dwc:decimalLongitude "6.9578371666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "168"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.746818833333 6.9578371666667)"^^geo:wktLiteral ;
  geo-pos:lat "62.746818833333"^^xsd:decimal ;
  geo-pos:long "6.9578371666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-566'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '6.9578371666667'^^xsd:double;
  dwc:latitude '62.746818833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '168'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-566'^^xsd:string;
  dwc:observationDate '2012-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.770338 6.936694)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.770338"^^xsd:decimal ;
  dwc:decimalLongitude "6.936694"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "110"^^xsd:integer ;
  dwc:maximumDepthInMeters "140"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.770338 6.936694)"^^geo:wktLiteral ;
  geo-pos:lat "62.770338"^^xsd:decimal ;
  geo-pos:long "6.936694"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-567'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '6.936694'^^xsd:double;
  dwc:latitude '62.770338'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '110'^^xsd:integer;
  dwc:maximumDepth '140'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-567'^^xsd:string;
  dwc:observationDate '2012-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.8003779361 6.27459960649)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.8003779361"^^xsd:decimal ;
  dwc:decimalLongitude "6.27459960649"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.8003779361 6.27459960649)"^^geo:wktLiteral ;
  geo-pos:lat "65.8003779361"^^xsd:decimal ;
  geo-pos:long "6.27459960649"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-568'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '6.27459960649'^^xsd:double;
  dwc:latitude '65.8003779361'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-568'^^xsd:string;
  dwc:observationDate '2013-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.738012 5.994682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.738012"^^xsd:decimal ;
  dwc:decimalLongitude "5.994682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "352"^^xsd:integer ;
  dwc:maximumDepthInMeters "355"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.738012 5.994682)"^^geo:wktLiteral ;
  geo-pos:lat "65.738012"^^xsd:decimal ;
  geo-pos:long "5.994682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-569'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.994682'^^xsd:double;
  dwc:latitude '65.738012'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '352'^^xsd:integer;
  dwc:maximumDepth '355'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-569'^^xsd:string;
  dwc:observationDate '2013-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.738962295139 5.9971663090278)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.738962295139"^^xsd:decimal ;
  dwc:decimalLongitude "5.9971663090278"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "346"^^xsd:integer ;
  dwc:maximumDepthInMeters "353"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.738962295139 5.9971663090278)"^^geo:wktLiteral ;
  geo-pos:lat "65.738962295139"^^xsd:decimal ;
  geo-pos:long "5.9971663090278"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-570'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '5.9971663090278'^^xsd:double;
  dwc:latitude '65.738962295139'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '346'^^xsd:integer;
  dwc:maximumDepth '353'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-570'^^xsd:string;
  dwc:observationDate '2013-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.672736 5.928654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.672736"^^xsd:decimal ;
  dwc:decimalLongitude "5.928654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "337"^^xsd:integer ;
  dwc:maximumDepthInMeters "351"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.672736 5.928654)"^^geo:wktLiteral ;
  geo-pos:lat "65.672736"^^xsd:decimal ;
  geo-pos:long "5.928654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-571'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.928654'^^xsd:double;
  dwc:latitude '65.672736'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '337'^^xsd:integer;
  dwc:maximumDepth '351'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-571'^^xsd:string;
  dwc:observationDate '2013-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.670945 5.925645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.670945"^^xsd:decimal ;
  dwc:decimalLongitude "5.925645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "339"^^xsd:integer ;
  dwc:maximumDepthInMeters "342"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.670945 5.925645)"^^geo:wktLiteral ;
  geo-pos:lat "65.670945"^^xsd:decimal ;
  geo-pos:long "5.925645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-572'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.925645'^^xsd:double;
  dwc:latitude '65.670945'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '339'^^xsd:integer;
  dwc:maximumDepth '342'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-572'^^xsd:string;
  dwc:observationDate '2013-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.669944 5.923833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.669944"^^xsd:decimal ;
  dwc:decimalLongitude "5.923833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "335"^^xsd:integer ;
  dwc:maximumDepthInMeters "352"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.669944 5.923833)"^^geo:wktLiteral ;
  geo-pos:lat "65.669944"^^xsd:decimal ;
  geo-pos:long "5.923833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-573'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.923833'^^xsd:double;
  dwc:latitude '65.669944'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '335'^^xsd:integer;
  dwc:maximumDepth '352'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-573'^^xsd:string;
  dwc:observationDate '2013-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.542143 3.334247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.542143"^^xsd:decimal ;
  dwc:decimalLongitude "3.334247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "324"^^xsd:integer ;
  dwc:maximumDepthInMeters "329"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.542143 3.334247)"^^geo:wktLiteral ;
  geo-pos:lat "62.542143"^^xsd:decimal ;
  geo-pos:long "3.334247"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-574'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '3.334247'^^xsd:double;
  dwc:latitude '62.542143'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '324'^^xsd:integer;
  dwc:maximumDepth '329'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-574'^^xsd:string;
  dwc:observationDate '2013-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.541001 3.33674)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.541001"^^xsd:decimal ;
  dwc:decimalLongitude "3.33674"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "325"^^xsd:integer ;
  dwc:maximumDepthInMeters "331"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.541001 3.33674)"^^geo:wktLiteral ;
  geo-pos:lat "62.541001"^^xsd:decimal ;
  geo-pos:long "3.33674"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-575'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '3.33674'^^xsd:double;
  dwc:latitude '62.541001'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '325'^^xsd:integer;
  dwc:maximumDepth '331'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-575'^^xsd:string;
  dwc:observationDate '2013-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.539218 3.340407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.539218"^^xsd:decimal ;
  dwc:decimalLongitude "3.340407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "316"^^xsd:integer ;
  dwc:maximumDepthInMeters "333"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.539218 3.340407)"^^geo:wktLiteral ;
  geo-pos:lat "62.539218"^^xsd:decimal ;
  geo-pos:long "3.340407"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-576'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '3.340407'^^xsd:double;
  dwc:latitude '62.539218'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '316'^^xsd:integer;
  dwc:maximumDepth '333'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-576'^^xsd:string;
  dwc:observationDate '2013-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.620978 3.713258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.620978"^^xsd:decimal ;
  dwc:decimalLongitude "3.713258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "333"^^xsd:integer ;
  dwc:maximumDepthInMeters "338"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.620978 3.713258)"^^geo:wktLiteral ;
  geo-pos:lat "62.620978"^^xsd:decimal ;
  geo-pos:long "3.713258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-577'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '3.713258'^^xsd:double;
  dwc:latitude '62.620978'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '333'^^xsd:integer;
  dwc:maximumDepth '338'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-577'^^xsd:string;
  dwc:observationDate '2013-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.618942 3.714935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.618942"^^xsd:decimal ;
  dwc:decimalLongitude "3.714935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "324"^^xsd:integer ;
  dwc:maximumDepthInMeters "334"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.618942 3.714935)"^^geo:wktLiteral ;
  geo-pos:lat "62.618942"^^xsd:decimal ;
  geo-pos:long "3.714935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-578'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '3.714935'^^xsd:double;
  dwc:latitude '62.618942'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '324'^^xsd:integer;
  dwc:maximumDepth '334'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-578'^^xsd:string;
  dwc:observationDate '2013-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.483618 3.509731)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.483618"^^xsd:decimal ;
  dwc:decimalLongitude "3.509731"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "262"^^xsd:integer ;
  dwc:maximumDepthInMeters "272"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.483618 3.509731)"^^geo:wktLiteral ;
  geo-pos:lat "62.483618"^^xsd:decimal ;
  geo-pos:long "3.509731"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-579'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '3.509731'^^xsd:double;
  dwc:latitude '62.483618'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '262'^^xsd:integer;
  dwc:maximumDepth '272'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-579'^^xsd:string;
  dwc:observationDate '2013-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.758634 4.24018)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.758634"^^xsd:decimal ;
  dwc:decimalLongitude "4.24018"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "333"^^xsd:integer ;
  dwc:maximumDepthInMeters "338"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.758634 4.24018)"^^geo:wktLiteral ;
  geo-pos:lat "62.758634"^^xsd:decimal ;
  geo-pos:long "4.24018"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-580'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.24018'^^xsd:double;
  dwc:latitude '62.758634'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '333'^^xsd:integer;
  dwc:maximumDepth '338'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-580'^^xsd:string;
  dwc:observationDate '2013-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.761108 4.234304)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.761108"^^xsd:decimal ;
  dwc:decimalLongitude "4.234304"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "331"^^xsd:integer ;
  dwc:maximumDepthInMeters "362"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.761108 4.234304)"^^geo:wktLiteral ;
  geo-pos:lat "62.761108"^^xsd:decimal ;
  geo-pos:long "4.234304"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-581'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.234304'^^xsd:double;
  dwc:latitude '62.761108'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '331'^^xsd:integer;
  dwc:maximumDepth '362'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-581'^^xsd:string;
  dwc:observationDate '2013-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.887513 4.52928)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.887513"^^xsd:decimal ;
  dwc:decimalLongitude "4.52928"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "444"^^xsd:integer ;
  dwc:maximumDepthInMeters "454"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.887513 4.52928)"^^geo:wktLiteral ;
  geo-pos:lat "62.887513"^^xsd:decimal ;
  geo-pos:long "4.52928"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-582'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '4.52928'^^xsd:double;
  dwc:latitude '62.887513'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '444'^^xsd:integer;
  dwc:maximumDepth '454'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-582'^^xsd:string;
  dwc:observationDate '2013-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1087466577 5.05199001431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.1087466577"^^xsd:decimal ;
  dwc:decimalLongitude "5.05199001431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "416"^^xsd:integer ;
  dwc:maximumDepthInMeters "426"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.1087466577 5.05199001431)"^^geo:wktLiteral ;
  geo-pos:lat "63.1087466577"^^xsd:decimal ;
  geo-pos:long "5.05199001431"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-583'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:longitude '5.05199001431'^^xsd:double;
  dwc:latitude '63.1087466577'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '416'^^xsd:integer;
  dwc:maximumDepth '426'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-583'^^xsd:string;
  dwc:observationDate '2013-09-30'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.7353 10.196977)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.7353"^^xsd:decimal ;
  dwc:decimalLongitude "10.196977"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "221"^^xsd:integer ;
  dwc:maximumDepthInMeters "236"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.7353 10.196977)"^^geo:wktLiteral ;
  geo-pos:lat "64.7353"^^xsd:decimal ;
  geo-pos:long "10.196977"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-584'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '10.196977'^^xsd:double;
  dwc:latitude '64.7353'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '221'^^xsd:integer;
  dwc:maximumDepth '236'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-584'^^xsd:string;
  dwc:observationDate '2013-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.985 5.2753333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.985"^^xsd:decimal ;
  dwc:decimalLongitude "5.2753333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "265"^^xsd:integer ;
  dwc:maximumDepthInMeters "265"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-585'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '5.2753333333333'^^xsd:double;
  dwc:latitude '59.985'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '265'^^xsd:integer;
  dwc:maximumDepth '265'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-585'^^xsd:string;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.149083333333 5.1196833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.149083333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.1196833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-586'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:startDayCollected '23'^^xsd:integer;
  dwc:endDayCollected '29'^^xsd:integer;
  dwc:longitude '5.1196833333333'^^xsd:double;
  dwc:latitude '60.149083333333'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-586'^^xsd:string;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.8322 5.557345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.8322"^^xsd:decimal ;
  dwc:decimalLongitude "5.557345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-587'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '5.557345'^^xsd:double;
  dwc:latitude '59.8322'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-587'^^xsd:string;
  dwc:observationDate '2013-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.888833333333 5.5402266666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.888833333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.5402266666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "280"^^xsd:integer ;
  dwc:maximumDepthInMeters "280"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-588'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '5.5402266666667'^^xsd:double;
  dwc:latitude '59.888833333333'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '280'^^xsd:integer;
  dwc:maximumDepth '280'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-588'^^xsd:string;
  dwc:observationDate '2013-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.888916666667 5.5411666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.888916666667"^^xsd:decimal ;
  dwc:decimalLongitude "5.5411666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-589'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '5.5411666666667'^^xsd:double;
  dwc:latitude '59.888916666667'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-589'^^xsd:string;
  dwc:observationDate '2013-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.831616666667 5.5574833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.831616666667"^^xsd:decimal ;
  dwc:decimalLongitude "5.5574833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "208"^^xsd:integer ;
  dwc:maximumDepthInMeters "208"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-590'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '5.5574833333333'^^xsd:double;
  dwc:latitude '59.831616666667'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '208'^^xsd:integer;
  dwc:maximumDepth '208'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-590'^^xsd:string;
  dwc:observationDate '2013-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.830583333333 5.55485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.830583333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.55485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "221"^^xsd:integer ;
  dwc:maximumDepthInMeters "221"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-591'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '5.55485'^^xsd:double;
  dwc:latitude '59.830583333333'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '221'^^xsd:integer;
  dwc:maximumDepth '221'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-591'^^xsd:string;
  dwc:observationDate '2013-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.830583333333 5.5557666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.830583333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.5557666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "204"^^xsd:integer ;
  dwc:maximumDepthInMeters "204"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-592'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '5.5557666666667'^^xsd:double;
  dwc:latitude '59.830583333333'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '204'^^xsd:integer;
  dwc:maximumDepth '204'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-592'^^xsd:string;
  dwc:observationDate '2013-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.942033333333 5.4676833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.942033333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.4676833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "203"^^xsd:integer ;
  dwc:maximumDepthInMeters "203"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-593'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:startDayCollected '4'^^xsd:integer;
  dwc:endDayCollected '13'^^xsd:integer;
  dwc:longitude '5.4676833333333'^^xsd:double;
  dwc:latitude '59.942033333333'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '203'^^xsd:integer;
  dwc:maximumDepth '203'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-593'^^xsd:string;
  dwc:observationDate '2013-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.942133333333 5.4682166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.942133333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.4682166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "130"^^xsd:integer ;
  dwc:maximumDepthInMeters "180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-594'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '5.4682166666667'^^xsd:double;
  dwc:latitude '59.942133333333'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '130'^^xsd:integer;
  dwc:maximumDepth '180'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-594'^^xsd:string;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.941983333333 5.4687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.941983333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.4687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "130"^^xsd:integer ;
  dwc:maximumDepthInMeters "180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-595'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '5.4687'^^xsd:double;
  dwc:latitude '59.941983333333'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '130'^^xsd:integer;
  dwc:maximumDepth '180'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-595'^^xsd:string;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.941866666667 5.4684333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.941866666667"^^xsd:decimal ;
  dwc:decimalLongitude "5.4684333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "130"^^xsd:integer ;
  dwc:maximumDepthInMeters "180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-596'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '5.4684333333333'^^xsd:double;
  dwc:latitude '59.941866666667'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '130'^^xsd:integer;
  dwc:maximumDepth '180'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-596'^^xsd:string;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.94165 5.4687666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.94165"^^xsd:decimal ;
  dwc:decimalLongitude "5.4687666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "130"^^xsd:integer ;
  dwc:maximumDepthInMeters "180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-597'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '5.4687666666667'^^xsd:double;
  dwc:latitude '59.94165'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '130'^^xsd:integer;
  dwc:maximumDepth '180'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-597'^^xsd:string;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.941766666667 5.4692666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.941766666667"^^xsd:decimal ;
  dwc:decimalLongitude "5.4692666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "130"^^xsd:integer ;
  dwc:maximumDepthInMeters "180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-598'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '5.4692666666667'^^xsd:double;
  dwc:latitude '59.941766666667'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '130'^^xsd:integer;
  dwc:maximumDepth '180'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-598'^^xsd:string;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.942016666667 5.4695333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.942016666667"^^xsd:decimal ;
  dwc:decimalLongitude "5.4695333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "130"^^xsd:integer ;
  dwc:maximumDepthInMeters "180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-599'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '5.4695333333333'^^xsd:double;
  dwc:latitude '59.942016666667'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '130'^^xsd:integer;
  dwc:maximumDepth '180'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-599'^^xsd:string;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.9422 5.46975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.9422"^^xsd:decimal ;
  dwc:decimalLongitude "5.46975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "130"^^xsd:integer ;
  dwc:maximumDepthInMeters "180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-600'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '5.46975'^^xsd:double;
  dwc:latitude '59.9422'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '130'^^xsd:integer;
  dwc:maximumDepth '180'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-600'^^xsd:string;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.9403 5.4734833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.9403"^^xsd:decimal ;
  dwc:decimalLongitude "5.4734833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "130"^^xsd:integer ;
  dwc:maximumDepthInMeters "180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-601'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '5.4734833333333'^^xsd:double;
  dwc:latitude '59.9403'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '130'^^xsd:integer;
  dwc:maximumDepth '180'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-601'^^xsd:string;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.94035 5.474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.94035"^^xsd:decimal ;
  dwc:decimalLongitude "5.474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "130"^^xsd:integer ;
  dwc:maximumDepthInMeters "180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-602'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '5.474'^^xsd:double;
  dwc:latitude '59.94035'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '130'^^xsd:integer;
  dwc:maximumDepth '180'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-602'^^xsd:string;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.940216666667 5.4747166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.940216666667"^^xsd:decimal ;
  dwc:decimalLongitude "5.4747166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "130"^^xsd:integer ;
  dwc:maximumDepthInMeters "180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-603'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '5.4747166666667'^^xsd:double;
  dwc:latitude '59.940216666667'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '130'^^xsd:integer;
  dwc:maximumDepth '180'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-603'^^xsd:string;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.93825 5.4763666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.93825"^^xsd:decimal ;
  dwc:decimalLongitude "5.4763666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "130"^^xsd:integer ;
  dwc:maximumDepthInMeters "180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-604'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '5.4763666666667'^^xsd:double;
  dwc:latitude '59.93825'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '130'^^xsd:integer;
  dwc:maximumDepth '180'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-604'^^xsd:string;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.828833333333 5.5581666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.828833333333"^^xsd:decimal ;
  dwc:decimalLongitude "5.5581666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "210"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-605'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '5.5581666666667'^^xsd:double;
  dwc:latitude '59.828833333333'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '210'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-605'^^xsd:string;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.8301 5.5559666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.8301"^^xsd:decimal ;
  dwc:decimalLongitude "5.5559666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "208"^^xsd:integer ;
  dwc:maximumDepthInMeters "208"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-606'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '5.5559666666667'^^xsd:double;
  dwc:latitude '59.8301'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '208'^^xsd:integer;
  dwc:maximumDepth '208'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-606'^^xsd:string;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.8301 5.5557166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.8301"^^xsd:decimal ;
  dwc:decimalLongitude "5.5557166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "210"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "25"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5730__IMR-Coral-607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-607'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:startMonthCollected '5'^^xsd:integer;
  dwc:endMonthCollected '6'^^xsd:integer;
  dwc:startDayCollected '24'^^xsd:integer;
  dwc:endDayCollected '4'^^xsd:integer;
  dwc:longitude '5.5557166666667'^^xsd:double;
  dwc:latitude '59.8301'^^xsd:double;
  dwc:coordinatePrecision '25'^^xsd:integer;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '210'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-607'^^xsd:string;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.716648 5.631621)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.716648"^^xsd:decimal ;
  dwc:decimalLongitude "5.631621"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "430"^^xsd:integer ;
  dwc:maximumDepthInMeters "440"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.716648 5.631621)"^^geo:wktLiteral ;
  geo-pos:lat "63.716648"^^xsd:decimal ;
  geo-pos:long "5.631621"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-608'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.631621'^^xsd:double;
  dwc:latitude '63.716648'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '430'^^xsd:integer;
  dwc:maximumDepth '440'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-608'^^xsd:string;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.718164 5.639286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.718164"^^xsd:decimal ;
  dwc:decimalLongitude "5.639286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "420"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.718164 5.639286)"^^geo:wktLiteral ;
  geo-pos:lat "63.718164"^^xsd:decimal ;
  geo-pos:long "5.639286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-609'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.639286'^^xsd:double;
  dwc:latitude '63.718164'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '420'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-609'^^xsd:string;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.7055138955 5.67518672779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.7055138955"^^xsd:decimal ;
  dwc:decimalLongitude "5.67518672779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "395"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.7055138955 5.67518672779)"^^geo:wktLiteral ;
  geo-pos:lat "63.7055138955"^^xsd:decimal ;
  geo-pos:long "5.67518672779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-610'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.67518672779'^^xsd:double;
  dwc:latitude '63.7055138955'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '395'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-610'^^xsd:string;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6734331958 5.94621627457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6734331958"^^xsd:decimal ;
  dwc:decimalLongitude "5.94621627457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "250"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6734331958 5.94621627457)"^^geo:wktLiteral ;
  geo-pos:lat "63.6734331958"^^xsd:decimal ;
  geo-pos:long "5.94621627457"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-611'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.94621627457'^^xsd:double;
  dwc:latitude '63.6734331958'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '250'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-611'^^xsd:string;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-612> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.752477 5.815701)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.752477"^^xsd:decimal ;
  dwc:decimalLongitude "5.815701"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "239"^^xsd:integer ;
  dwc:maximumDepthInMeters "247"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.752477 5.815701)"^^geo:wktLiteral ;
  geo-pos:lat "63.752477"^^xsd:decimal ;
  geo-pos:long "5.815701"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-612'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.815701'^^xsd:double;
  dwc:latitude '63.752477'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '239'^^xsd:integer;
  dwc:maximumDepth '247'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-612'^^xsd:string;
  dwc:observationDate '2014-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.885513 6.049213)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.885513"^^xsd:decimal ;
  dwc:decimalLongitude "6.049213"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "224"^^xsd:integer ;
  dwc:maximumDepthInMeters "230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.885513 6.049213)"^^geo:wktLiteral ;
  geo-pos:lat "63.885513"^^xsd:decimal ;
  geo-pos:long "6.049213"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-613'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '6.049213'^^xsd:double;
  dwc:latitude '63.885513'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '224'^^xsd:integer;
  dwc:maximumDepth '230'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-613'^^xsd:string;
  dwc:observationDate '2014-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.732172 5.799759)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.732172"^^xsd:decimal ;
  dwc:decimalLongitude "5.799759"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "249"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.732172 5.799759)"^^geo:wktLiteral ;
  geo-pos:lat "63.732172"^^xsd:decimal ;
  geo-pos:long "5.799759"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-614'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.799759'^^xsd:double;
  dwc:latitude '63.732172'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '249'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-614'^^xsd:string;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.733067 5.719265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.733067"^^xsd:decimal ;
  dwc:decimalLongitude "5.719265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "348"^^xsd:integer ;
  dwc:maximumDepthInMeters "358"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.733067 5.719265)"^^geo:wktLiteral ;
  geo-pos:lat "63.733067"^^xsd:decimal ;
  geo-pos:long "5.719265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-615'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.719265'^^xsd:double;
  dwc:latitude '63.733067'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '348'^^xsd:integer;
  dwc:maximumDepth '358'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-615'^^xsd:string;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.733891 5.711097)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.733891"^^xsd:decimal ;
  dwc:decimalLongitude "5.711097"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "348"^^xsd:integer ;
  dwc:maximumDepthInMeters "362"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.733891 5.711097)"^^geo:wktLiteral ;
  geo-pos:lat "63.733891"^^xsd:decimal ;
  geo-pos:long "5.711097"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-616'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.711097'^^xsd:double;
  dwc:latitude '63.733891'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '348'^^xsd:integer;
  dwc:maximumDepth '362'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-616'^^xsd:string;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-617> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.619921 3.373718)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.619921"^^xsd:decimal ;
  dwc:decimalLongitude "3.373718"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "335"^^xsd:integer ;
  dwc:maximumDepthInMeters "345"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.619921 3.373718)"^^geo:wktLiteral ;
  geo-pos:lat "62.619921"^^xsd:decimal ;
  geo-pos:long "3.373718"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-617'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '3.373718'^^xsd:double;
  dwc:latitude '62.619921'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '335'^^xsd:integer;
  dwc:maximumDepth '345'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-617'^^xsd:string;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-618> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.61855 3.373162)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.61855"^^xsd:decimal ;
  dwc:decimalLongitude "3.373162"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "335"^^xsd:integer ;
  dwc:maximumDepthInMeters "345"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.61855 3.373162)"^^geo:wktLiteral ;
  geo-pos:lat "62.61855"^^xsd:decimal ;
  geo-pos:long "3.373162"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-618'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '3.373162'^^xsd:double;
  dwc:latitude '62.61855'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '335'^^xsd:integer;
  dwc:maximumDepth '345'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-618'^^xsd:string;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.614312 3.369929)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.614312"^^xsd:decimal ;
  dwc:decimalLongitude "3.369929"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "335"^^xsd:integer ;
  dwc:maximumDepthInMeters "345"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.614312 3.369929)"^^geo:wktLiteral ;
  geo-pos:lat "62.614312"^^xsd:decimal ;
  geo-pos:long "3.369929"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-619'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '3.369929'^^xsd:double;
  dwc:latitude '62.614312'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '335'^^xsd:integer;
  dwc:maximumDepth '345'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-619'^^xsd:string;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9564166785 14.2933205355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9564166785"^^xsd:decimal ;
  dwc:decimalLongitude "14.2933205355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9564166785 14.2933205355)"^^geo:wktLiteral ;
  geo-pos:lat "68.9564166785"^^xsd:decimal ;
  geo-pos:long "14.2933205355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-620'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.2933205355'^^xsd:double;
  dwc:latitude '68.9564166785'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-620'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9570855748 14.3002295209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9570855748"^^xsd:decimal ;
  dwc:decimalLongitude "14.3002295209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9570855748 14.3002295209)"^^geo:wktLiteral ;
  geo-pos:lat "68.9570855748"^^xsd:decimal ;
  geo-pos:long "14.3002295209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-621'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3002295209'^^xsd:double;
  dwc:latitude '68.9570855748'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-621'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9546793508 14.3034736768)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9546793508"^^xsd:decimal ;
  dwc:decimalLongitude "14.3034736768"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9546793508 14.3034736768)"^^geo:wktLiteral ;
  geo-pos:lat "68.9546793508"^^xsd:decimal ;
  geo-pos:long "14.3034736768"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-622'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3034736768'^^xsd:double;
  dwc:latitude '68.9546793508'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-622'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9551854776 14.3054376434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9551854776"^^xsd:decimal ;
  dwc:decimalLongitude "14.3054376434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9551854776 14.3054376434)"^^geo:wktLiteral ;
  geo-pos:lat "68.9551854776"^^xsd:decimal ;
  geo-pos:long "14.3054376434"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-623'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3054376434'^^xsd:double;
  dwc:latitude '68.9551854776'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-623'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9543348699 14.306256367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9543348699"^^xsd:decimal ;
  dwc:decimalLongitude "14.306256367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9543348699 14.306256367)"^^geo:wktLiteral ;
  geo-pos:lat "68.9543348699"^^xsd:decimal ;
  geo-pos:long "14.306256367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-624'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.306256367'^^xsd:double;
  dwc:latitude '68.9543348699'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-624'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9502637549 14.3202408486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9502637549"^^xsd:decimal ;
  dwc:decimalLongitude "14.3202408486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9502637549 14.3202408486)"^^geo:wktLiteral ;
  geo-pos:lat "68.9502637549"^^xsd:decimal ;
  geo-pos:long "14.3202408486"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-625'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3202408486'^^xsd:double;
  dwc:latitude '68.9502637549'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-625'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9482517209 14.3153545196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9482517209"^^xsd:decimal ;
  dwc:decimalLongitude "14.3153545196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9482517209 14.3153545196)"^^geo:wktLiteral ;
  geo-pos:lat "68.9482517209"^^xsd:decimal ;
  geo-pos:long "14.3153545196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-626'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3153545196'^^xsd:double;
  dwc:latitude '68.9482517209'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-626'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9450688391 14.320202916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9450688391"^^xsd:decimal ;
  dwc:decimalLongitude "14.320202916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9450688391 14.320202916)"^^geo:wktLiteral ;
  geo-pos:lat "68.9450688391"^^xsd:decimal ;
  geo-pos:long "14.320202916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-627'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.320202916'^^xsd:double;
  dwc:latitude '68.9450688391'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-627'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-628> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9504913567 14.3237969708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9504913567"^^xsd:decimal ;
  dwc:decimalLongitude "14.3237969708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9504913567 14.3237969708)"^^geo:wktLiteral ;
  geo-pos:lat "68.9504913567"^^xsd:decimal ;
  geo-pos:long "14.3237969708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-628'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3237969708'^^xsd:double;
  dwc:latitude '68.9504913567'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-628'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9406863732 14.3276588075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9406863732"^^xsd:decimal ;
  dwc:decimalLongitude "14.3276588075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9406863732 14.3276588075)"^^geo:wktLiteral ;
  geo-pos:lat "68.9406863732"^^xsd:decimal ;
  geo-pos:long "14.3276588075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-629'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3276588075'^^xsd:double;
  dwc:latitude '68.9406863732'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-629'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.941809937 14.3420693659)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.941809937"^^xsd:decimal ;
  dwc:decimalLongitude "14.3420693659"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.941809937 14.3420693659)"^^geo:wktLiteral ;
  geo-pos:lat "68.941809937"^^xsd:decimal ;
  geo-pos:long "14.3420693659"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-630'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3420693659'^^xsd:double;
  dwc:latitude '68.941809937'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-630'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9398123155 14.340743899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9398123155"^^xsd:decimal ;
  dwc:decimalLongitude "14.340743899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9398123155 14.340743899)"^^geo:wktLiteral ;
  geo-pos:lat "68.9398123155"^^xsd:decimal ;
  geo-pos:long "14.340743899"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-631'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.340743899'^^xsd:double;
  dwc:latitude '68.9398123155'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-631'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9381758009 14.3407927551)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9381758009"^^xsd:decimal ;
  dwc:decimalLongitude "14.3407927551"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9381758009 14.3407927551)"^^geo:wktLiteral ;
  geo-pos:lat "68.9381758009"^^xsd:decimal ;
  geo-pos:long "14.3407927551"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-632'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3407927551'^^xsd:double;
  dwc:latitude '68.9381758009'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-632'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9383012434 14.3364364853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9383012434"^^xsd:decimal ;
  dwc:decimalLongitude "14.3364364853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9383012434 14.3364364853)"^^geo:wktLiteral ;
  geo-pos:lat "68.9383012434"^^xsd:decimal ;
  geo-pos:long "14.3364364853"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-633'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3364364853'^^xsd:double;
  dwc:latitude '68.9383012434'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-633'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9352332025 14.3343527013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9352332025"^^xsd:decimal ;
  dwc:decimalLongitude "14.3343527013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9352332025 14.3343527013)"^^geo:wktLiteral ;
  geo-pos:lat "68.9352332025"^^xsd:decimal ;
  geo-pos:long "14.3343527013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-634'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3343527013'^^xsd:double;
  dwc:latitude '68.9352332025'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-634'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9335630579 14.3440952127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9335630579"^^xsd:decimal ;
  dwc:decimalLongitude "14.3440952127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9335630579 14.3440952127)"^^geo:wktLiteral ;
  geo-pos:lat "68.9335630579"^^xsd:decimal ;
  geo-pos:long "14.3440952127"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-635'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3440952127'^^xsd:double;
  dwc:latitude '68.9335630579'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-635'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9335736772 14.3468640904)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9335736772"^^xsd:decimal ;
  dwc:decimalLongitude "14.3468640904"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9335736772 14.3468640904)"^^geo:wktLiteral ;
  geo-pos:lat "68.9335736772"^^xsd:decimal ;
  geo-pos:long "14.3468640904"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-636'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3468640904'^^xsd:double;
  dwc:latitude '68.9335736772'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-636'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9395873476 14.3563810248)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9395873476"^^xsd:decimal ;
  dwc:decimalLongitude "14.3563810248"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9395873476 14.3563810248)"^^geo:wktLiteral ;
  geo-pos:lat "68.9395873476"^^xsd:decimal ;
  geo-pos:long "14.3563810248"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-637'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3563810248'^^xsd:double;
  dwc:latitude '68.9395873476'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-637'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9337946939 14.3488355691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9337946939"^^xsd:decimal ;
  dwc:decimalLongitude "14.3488355691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9337946939 14.3488355691)"^^geo:wktLiteral ;
  geo-pos:lat "68.9337946939"^^xsd:decimal ;
  geo-pos:long "14.3488355691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-638'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3488355691'^^xsd:double;
  dwc:latitude '68.9337946939'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-638'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9325941319 14.3512444473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9325941319"^^xsd:decimal ;
  dwc:decimalLongitude "14.3512444473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9325941319 14.3512444473)"^^geo:wktLiteral ;
  geo-pos:lat "68.9325941319"^^xsd:decimal ;
  geo-pos:long "14.3512444473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-639'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3512444473'^^xsd:double;
  dwc:latitude '68.9325941319'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-639'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9318264391 14.3552226658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9318264391"^^xsd:decimal ;
  dwc:decimalLongitude "14.3552226658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9318264391 14.3552226658)"^^geo:wktLiteral ;
  geo-pos:lat "68.9318264391"^^xsd:decimal ;
  geo-pos:long "14.3552226658"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-640'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3552226658'^^xsd:double;
  dwc:latitude '68.9318264391'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-640'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9336741759 14.3545753285)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9336741759"^^xsd:decimal ;
  dwc:decimalLongitude "14.3545753285"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9336741759 14.3545753285)"^^geo:wktLiteral ;
  geo-pos:lat "68.9336741759"^^xsd:decimal ;
  geo-pos:long "14.3545753285"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-641'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3545753285'^^xsd:double;
  dwc:latitude '68.9336741759'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-641'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9334889744 14.3620970783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9334889744"^^xsd:decimal ;
  dwc:decimalLongitude "14.3620970783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9334889744 14.3620970783)"^^geo:wktLiteral ;
  geo-pos:lat "68.9334889744"^^xsd:decimal ;
  geo-pos:long "14.3620970783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-642'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3620970783'^^xsd:double;
  dwc:latitude '68.9334889744'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-642'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9345607034 14.3632529728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9345607034"^^xsd:decimal ;
  dwc:decimalLongitude "14.3632529728"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9345607034 14.3632529728)"^^geo:wktLiteral ;
  geo-pos:lat "68.9345607034"^^xsd:decimal ;
  geo-pos:long "14.3632529728"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-643'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3632529728'^^xsd:double;
  dwc:latitude '68.9345607034'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-643'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-644> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9350506442 14.3610629133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9350506442"^^xsd:decimal ;
  dwc:decimalLongitude "14.3610629133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9350506442 14.3610629133)"^^geo:wktLiteral ;
  geo-pos:lat "68.9350506442"^^xsd:decimal ;
  geo-pos:long "14.3610629133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-644'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3610629133'^^xsd:double;
  dwc:latitude '68.9350506442'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-644'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9372132134 14.3685179452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9372132134"^^xsd:decimal ;
  dwc:decimalLongitude "14.3685179452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9372132134 14.3685179452)"^^geo:wktLiteral ;
  geo-pos:lat "68.9372132134"^^xsd:decimal ;
  geo-pos:long "14.3685179452"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-645'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3685179452'^^xsd:double;
  dwc:latitude '68.9372132134'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-645'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-646> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.936725364 14.371301473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.936725364"^^xsd:decimal ;
  dwc:decimalLongitude "14.371301473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.936725364 14.371301473)"^^geo:wktLiteral ;
  geo-pos:lat "68.936725364"^^xsd:decimal ;
  geo-pos:long "14.371301473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-646'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.371301473'^^xsd:double;
  dwc:latitude '68.936725364'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-646'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9443241348 14.3671271718)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9443241348"^^xsd:decimal ;
  dwc:decimalLongitude "14.3671271718"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9443241348 14.3671271718)"^^geo:wktLiteral ;
  geo-pos:lat "68.9443241348"^^xsd:decimal ;
  geo-pos:long "14.3671271718"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-647'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3671271718'^^xsd:double;
  dwc:latitude '68.9443241348'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-647'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9446160709 14.3690977804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9446160709"^^xsd:decimal ;
  dwc:decimalLongitude "14.3690977804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9446160709 14.3690977804)"^^geo:wktLiteral ;
  geo-pos:lat "68.9446160709"^^xsd:decimal ;
  geo-pos:long "14.3690977804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-648'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3690977804'^^xsd:double;
  dwc:latitude '68.9446160709'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-648'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-649> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9449026044 14.3676853235)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9449026044"^^xsd:decimal ;
  dwc:decimalLongitude "14.3676853235"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9449026044 14.3676853235)"^^geo:wktLiteral ;
  geo-pos:lat "68.9449026044"^^xsd:decimal ;
  geo-pos:long "14.3676853235"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-649'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3676853235'^^xsd:double;
  dwc:latitude '68.9449026044'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-649'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9468029487 14.37876703)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9468029487"^^xsd:decimal ;
  dwc:decimalLongitude "14.37876703"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9468029487 14.37876703)"^^geo:wktLiteral ;
  geo-pos:lat "68.9468029487"^^xsd:decimal ;
  geo-pos:long "14.37876703"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-650'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.37876703'^^xsd:double;
  dwc:latitude '68.9468029487'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-650'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9474189384 14.3811775434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9474189384"^^xsd:decimal ;
  dwc:decimalLongitude "14.3811775434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9474189384 14.3811775434)"^^geo:wktLiteral ;
  geo-pos:lat "68.9474189384"^^xsd:decimal ;
  geo-pos:long "14.3811775434"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-651'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3811775434'^^xsd:double;
  dwc:latitude '68.9474189384'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-651'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9455238593 14.3871414457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9455238593"^^xsd:decimal ;
  dwc:decimalLongitude "14.3871414457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9455238593 14.3871414457)"^^geo:wktLiteral ;
  geo-pos:lat "68.9455238593"^^xsd:decimal ;
  geo-pos:long "14.3871414457"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-652'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3871414457'^^xsd:double;
  dwc:latitude '68.9455238593'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-652'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9455862682 14.3886701856)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9455862682"^^xsd:decimal ;
  dwc:decimalLongitude "14.3886701856"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9455862682 14.3886701856)"^^geo:wktLiteral ;
  geo-pos:lat "68.9455862682"^^xsd:decimal ;
  geo-pos:long "14.3886701856"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-653'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3886701856'^^xsd:double;
  dwc:latitude '68.9455862682'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-653'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9387752789 14.3837939149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9387752789"^^xsd:decimal ;
  dwc:decimalLongitude "14.3837939149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9387752789 14.3837939149)"^^geo:wktLiteral ;
  geo-pos:lat "68.9387752789"^^xsd:decimal ;
  geo-pos:long "14.3837939149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-654'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3837939149'^^xsd:double;
  dwc:latitude '68.9387752789'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-654'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9394016611 14.3786059372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9394016611"^^xsd:decimal ;
  dwc:decimalLongitude "14.3786059372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9394016611 14.3786059372)"^^geo:wktLiteral ;
  geo-pos:lat "68.9394016611"^^xsd:decimal ;
  geo-pos:long "14.3786059372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-655'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3786059372'^^xsd:double;
  dwc:latitude '68.9394016611'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-655'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9387861907 14.3921294793)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9387861907"^^xsd:decimal ;
  dwc:decimalLongitude "14.3921294793"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9387861907 14.3921294793)"^^geo:wktLiteral ;
  geo-pos:lat "68.9387861907"^^xsd:decimal ;
  geo-pos:long "14.3921294793"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-656'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3921294793'^^xsd:double;
  dwc:latitude '68.9387861907'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-656'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9394856069 14.3913715813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9394856069"^^xsd:decimal ;
  dwc:decimalLongitude "14.3913715813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9394856069 14.3913715813)"^^geo:wktLiteral ;
  geo-pos:lat "68.9394856069"^^xsd:decimal ;
  geo-pos:long "14.3913715813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-657'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3913715813'^^xsd:double;
  dwc:latitude '68.9394856069'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-657'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9400986068 14.3929902997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9400986068"^^xsd:decimal ;
  dwc:decimalLongitude "14.3929902997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9400986068 14.3929902997)"^^geo:wktLiteral ;
  geo-pos:lat "68.9400986068"^^xsd:decimal ;
  geo-pos:long "14.3929902997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-658'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3929902997'^^xsd:double;
  dwc:latitude '68.9400986068'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-658'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9404581098 14.3987275831)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9404581098"^^xsd:decimal ;
  dwc:decimalLongitude "14.3987275831"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9404581098 14.3987275831)"^^geo:wktLiteral ;
  geo-pos:lat "68.9404581098"^^xsd:decimal ;
  geo-pos:long "14.3987275831"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-659'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3987275831'^^xsd:double;
  dwc:latitude '68.9404581098'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-659'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9342666503 14.3787200737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9342666503"^^xsd:decimal ;
  dwc:decimalLongitude "14.3787200737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9342666503 14.3787200737)"^^geo:wktLiteral ;
  geo-pos:lat "68.9342666503"^^xsd:decimal ;
  geo-pos:long "14.3787200737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-660'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3787200737'^^xsd:double;
  dwc:latitude '68.9342666503'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-660'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9331240761 14.3874551642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9331240761"^^xsd:decimal ;
  dwc:decimalLongitude "14.3874551642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9331240761 14.3874551642)"^^geo:wktLiteral ;
  geo-pos:lat "68.9331240761"^^xsd:decimal ;
  geo-pos:long "14.3874551642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-661'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3874551642'^^xsd:double;
  dwc:latitude '68.9331240761'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-661'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9322762594 14.3891598607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9322762594"^^xsd:decimal ;
  dwc:decimalLongitude "14.3891598607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9322762594 14.3891598607)"^^geo:wktLiteral ;
  geo-pos:lat "68.9322762594"^^xsd:decimal ;
  geo-pos:long "14.3891598607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-662'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3891598607'^^xsd:double;
  dwc:latitude '68.9322762594'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-662'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9343478382 14.3913773302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9343478382"^^xsd:decimal ;
  dwc:decimalLongitude "14.3913773302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9343478382 14.3913773302)"^^geo:wktLiteral ;
  geo-pos:lat "68.9343478382"^^xsd:decimal ;
  geo-pos:long "14.3913773302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-663'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3913773302'^^xsd:double;
  dwc:latitude '68.9343478382'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-663'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9347007827 14.3905763714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9347007827"^^xsd:decimal ;
  dwc:decimalLongitude "14.3905763714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9347007827 14.3905763714)"^^geo:wktLiteral ;
  geo-pos:lat "68.9347007827"^^xsd:decimal ;
  geo-pos:long "14.3905763714"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-664'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3905763714'^^xsd:double;
  dwc:latitude '68.9347007827'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-664'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9354478947 14.3905557565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9354478947"^^xsd:decimal ;
  dwc:decimalLongitude "14.3905557565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9354478947 14.3905557565)"^^geo:wktLiteral ;
  geo-pos:lat "68.9354478947"^^xsd:decimal ;
  geo-pos:long "14.3905557565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-665'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3905557565'^^xsd:double;
  dwc:latitude '68.9354478947'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-665'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9338875166 14.4020712613)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9338875166"^^xsd:decimal ;
  dwc:decimalLongitude "14.4020712613"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9338875166 14.4020712613)"^^geo:wktLiteral ;
  geo-pos:lat "68.9338875166"^^xsd:decimal ;
  geo-pos:long "14.4020712613"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-666'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4020712613'^^xsd:double;
  dwc:latitude '68.9338875166'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-666'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9309634103 14.380296286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9309634103"^^xsd:decimal ;
  dwc:decimalLongitude "14.380296286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9309634103 14.380296286)"^^geo:wktLiteral ;
  geo-pos:lat "68.9309634103"^^xsd:decimal ;
  geo-pos:long "14.380296286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-667'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.380296286'^^xsd:double;
  dwc:latitude '68.9309634103'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-667'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9315221999 14.3774127978)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9315221999"^^xsd:decimal ;
  dwc:decimalLongitude "14.3774127978"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9315221999 14.3774127978)"^^geo:wktLiteral ;
  geo-pos:lat "68.9315221999"^^xsd:decimal ;
  geo-pos:long "14.3774127978"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-668'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3774127978'^^xsd:double;
  dwc:latitude '68.9315221999'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-668'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9299176385 14.3764691865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9299176385"^^xsd:decimal ;
  dwc:decimalLongitude "14.3764691865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9299176385 14.3764691865)"^^geo:wktLiteral ;
  geo-pos:lat "68.9299176385"^^xsd:decimal ;
  geo-pos:long "14.3764691865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-669'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3764691865'^^xsd:double;
  dwc:latitude '68.9299176385'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-669'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9296247001 14.3742031763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9296247001"^^xsd:decimal ;
  dwc:decimalLongitude "14.3742031763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9296247001 14.3742031763)"^^geo:wktLiteral ;
  geo-pos:lat "68.9296247001"^^xsd:decimal ;
  geo-pos:long "14.3742031763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-670'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3742031763'^^xsd:double;
  dwc:latitude '68.9296247001'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-670'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.929725621 14.3726182036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.929725621"^^xsd:decimal ;
  dwc:decimalLongitude "14.3726182036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.929725621 14.3726182036)"^^geo:wktLiteral ;
  geo-pos:lat "68.929725621"^^xsd:decimal ;
  geo-pos:long "14.3726182036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-671'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3726182036'^^xsd:double;
  dwc:latitude '68.929725621'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-671'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9296717963 14.3676756355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9296717963"^^xsd:decimal ;
  dwc:decimalLongitude "14.3676756355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9296717963 14.3676756355)"^^geo:wktLiteral ;
  geo-pos:lat "68.9296717963"^^xsd:decimal ;
  geo-pos:long "14.3676756355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-672'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3676756355'^^xsd:double;
  dwc:latitude '68.9296717963'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-672'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9292379051 14.365809333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9292379051"^^xsd:decimal ;
  dwc:decimalLongitude "14.365809333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9292379051 14.365809333)"^^geo:wktLiteral ;
  geo-pos:lat "68.9292379051"^^xsd:decimal ;
  geo-pos:long "14.365809333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-673'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.365809333'^^xsd:double;
  dwc:latitude '68.9292379051'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-673'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9285626841 14.3660264687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9285626841"^^xsd:decimal ;
  dwc:decimalLongitude "14.3660264687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9285626841 14.3660264687)"^^geo:wktLiteral ;
  geo-pos:lat "68.9285626841"^^xsd:decimal ;
  geo-pos:long "14.3660264687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-674'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3660264687'^^xsd:double;
  dwc:latitude '68.9285626841'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-674'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.928496668 14.367412637)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.928496668"^^xsd:decimal ;
  dwc:decimalLongitude "14.367412637"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.928496668 14.367412637)"^^geo:wktLiteral ;
  geo-pos:lat "68.928496668"^^xsd:decimal ;
  geo-pos:long "14.367412637"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-675'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.367412637'^^xsd:double;
  dwc:latitude '68.928496668'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-675'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9316361933 14.3696961124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9316361933"^^xsd:decimal ;
  dwc:decimalLongitude "14.3696961124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9316361933 14.3696961124)"^^geo:wktLiteral ;
  geo-pos:lat "68.9316361933"^^xsd:decimal ;
  geo-pos:long "14.3696961124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-676'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3696961124'^^xsd:double;
  dwc:latitude '68.9316361933'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-676'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9315881659 14.3663352044)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9315881659"^^xsd:decimal ;
  dwc:decimalLongitude "14.3663352044"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9315881659 14.3663352044)"^^geo:wktLiteral ;
  geo-pos:lat "68.9315881659"^^xsd:decimal ;
  geo-pos:long "14.3663352044"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-677'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3663352044'^^xsd:double;
  dwc:latitude '68.9315881659'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-677'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9324838152 14.3679907193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9324838152"^^xsd:decimal ;
  dwc:decimalLongitude "14.3679907193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9324838152 14.3679907193)"^^geo:wktLiteral ;
  geo-pos:lat "68.9324838152"^^xsd:decimal ;
  geo-pos:long "14.3679907193"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-678'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3679907193'^^xsd:double;
  dwc:latitude '68.9324838152'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-678'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9341544508 14.3675473085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9341544508"^^xsd:decimal ;
  dwc:decimalLongitude "14.3675473085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9341544508 14.3675473085)"^^geo:wktLiteral ;
  geo-pos:lat "68.9341544508"^^xsd:decimal ;
  geo-pos:long "14.3675473085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-679'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3675473085'^^xsd:double;
  dwc:latitude '68.9341544508'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-679'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9310627662 14.3590325435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9310627662"^^xsd:decimal ;
  dwc:decimalLongitude "14.3590325435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9310627662 14.3590325435)"^^geo:wktLiteral ;
  geo-pos:lat "68.9310627662"^^xsd:decimal ;
  geo-pos:long "14.3590325435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-680'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3590325435'^^xsd:double;
  dwc:latitude '68.9310627662'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-680'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9298472134 14.357485684)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9298472134"^^xsd:decimal ;
  dwc:decimalLongitude "14.357485684"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9298472134 14.357485684)"^^geo:wktLiteral ;
  geo-pos:lat "68.9298472134"^^xsd:decimal ;
  geo-pos:long "14.357485684"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-681'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.357485684'^^xsd:double;
  dwc:latitude '68.9298472134'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-681'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9286342575 14.3566310607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9286342575"^^xsd:decimal ;
  dwc:decimalLongitude "14.3566310607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9286342575 14.3566310607)"^^geo:wktLiteral ;
  geo-pos:lat "68.9286342575"^^xsd:decimal ;
  geo-pos:long "14.3566310607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-682'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3566310607'^^xsd:double;
  dwc:latitude '68.9286342575'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-682'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9322204377 14.4117551409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9322204377"^^xsd:decimal ;
  dwc:decimalLongitude "14.4117551409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9322204377 14.4117551409)"^^geo:wktLiteral ;
  geo-pos:lat "68.9322204377"^^xsd:decimal ;
  geo-pos:long "14.4117551409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-683'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4117551409'^^xsd:double;
  dwc:latitude '68.9322204377'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-683'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9293746947 14.4051070655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9293746947"^^xsd:decimal ;
  dwc:decimalLongitude "14.4051070655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9293746947 14.4051070655)"^^geo:wktLiteral ;
  geo-pos:lat "68.9293746947"^^xsd:decimal ;
  geo-pos:long "14.4051070655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-684'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4051070655'^^xsd:double;
  dwc:latitude '68.9293746947'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-684'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9280929118 14.3980885342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9280929118"^^xsd:decimal ;
  dwc:decimalLongitude "14.3980885342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9280929118 14.3980885342)"^^geo:wktLiteral ;
  geo-pos:lat "68.9280929118"^^xsd:decimal ;
  geo-pos:long "14.3980885342"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-685'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3980885342'^^xsd:double;
  dwc:latitude '68.9280929118'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-685'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-686> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9275941383 14.3979043771)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9275941383"^^xsd:decimal ;
  dwc:decimalLongitude "14.3979043771"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9275941383 14.3979043771)"^^geo:wktLiteral ;
  geo-pos:lat "68.9275941383"^^xsd:decimal ;
  geo-pos:long "14.3979043771"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-686'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3979043771'^^xsd:double;
  dwc:latitude '68.9275941383'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-686'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-687> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9270613379 14.4083331808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9270613379"^^xsd:decimal ;
  dwc:decimalLongitude "14.4083331808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9270613379 14.4083331808)"^^geo:wktLiteral ;
  geo-pos:lat "68.9270613379"^^xsd:decimal ;
  geo-pos:long "14.4083331808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-687'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4083331808'^^xsd:double;
  dwc:latitude '68.9270613379'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-687'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9261671286 14.4104003488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9261671286"^^xsd:decimal ;
  dwc:decimalLongitude "14.4104003488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9261671286 14.4104003488)"^^geo:wktLiteral ;
  geo-pos:lat "68.9261671286"^^xsd:decimal ;
  geo-pos:long "14.4104003488"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-688'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4104003488'^^xsd:double;
  dwc:latitude '68.9261671286'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-688'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9253912569 14.4123982944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9253912569"^^xsd:decimal ;
  dwc:decimalLongitude "14.4123982944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9253912569 14.4123982944)"^^geo:wktLiteral ;
  geo-pos:lat "68.9253912569"^^xsd:decimal ;
  geo-pos:long "14.4123982944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-689'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4123982944'^^xsd:double;
  dwc:latitude '68.9253912569'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-689'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9272067197 14.4161070869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9272067197"^^xsd:decimal ;
  dwc:decimalLongitude "14.4161070869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9272067197 14.4161070869)"^^geo:wktLiteral ;
  geo-pos:lat "68.9272067197"^^xsd:decimal ;
  geo-pos:long "14.4161070869"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-690'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4161070869'^^xsd:double;
  dwc:latitude '68.9272067197'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-690'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9243959727 14.4196084183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9243959727"^^xsd:decimal ;
  dwc:decimalLongitude "14.4196084183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9243959727 14.4196084183)"^^geo:wktLiteral ;
  geo-pos:lat "68.9243959727"^^xsd:decimal ;
  geo-pos:long "14.4196084183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-691'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4196084183'^^xsd:double;
  dwc:latitude '68.9243959727'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-691'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9223589129 14.4204527009)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9223589129"^^xsd:decimal ;
  dwc:decimalLongitude "14.4204527009"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9223589129 14.4204527009)"^^geo:wktLiteral ;
  geo-pos:lat "68.9223589129"^^xsd:decimal ;
  geo-pos:long "14.4204527009"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-692'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4204527009'^^xsd:double;
  dwc:latitude '68.9223589129'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-692'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9221228518 14.4207883824)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9221228518"^^xsd:decimal ;
  dwc:decimalLongitude "14.4207883824"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9221228518 14.4207883824)"^^geo:wktLiteral ;
  geo-pos:lat "68.9221228518"^^xsd:decimal ;
  geo-pos:long "14.4207883824"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-693'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4207883824'^^xsd:double;
  dwc:latitude '68.9221228518'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-693'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9225728996 14.4136594216)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9225728996"^^xsd:decimal ;
  dwc:decimalLongitude "14.4136594216"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9225728996 14.4136594216)"^^geo:wktLiteral ;
  geo-pos:lat "68.9225728996"^^xsd:decimal ;
  geo-pos:long "14.4136594216"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-694'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4136594216'^^xsd:double;
  dwc:latitude '68.9225728996'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-694'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9233918998 14.4104084862)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9233918998"^^xsd:decimal ;
  dwc:decimalLongitude "14.4104084862"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9233918998 14.4104084862)"^^geo:wktLiteral ;
  geo-pos:lat "68.9233918998"^^xsd:decimal ;
  geo-pos:long "14.4104084862"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-695'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4104084862'^^xsd:double;
  dwc:latitude '68.9233918998'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-695'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9235718268 14.4075698682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9235718268"^^xsd:decimal ;
  dwc:decimalLongitude "14.4075698682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9235718268 14.4075698682)"^^geo:wktLiteral ;
  geo-pos:lat "68.9235718268"^^xsd:decimal ;
  geo-pos:long "14.4075698682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-696'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4075698682'^^xsd:double;
  dwc:latitude '68.9235718268'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-696'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9232851509 14.4069844359)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9232851509"^^xsd:decimal ;
  dwc:decimalLongitude "14.4069844359"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9232851509 14.4069844359)"^^geo:wktLiteral ;
  geo-pos:lat "68.9232851509"^^xsd:decimal ;
  geo-pos:long "14.4069844359"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-697'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4069844359'^^xsd:double;
  dwc:latitude '68.9232851509'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-697'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.924091561 14.4069627967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.924091561"^^xsd:decimal ;
  dwc:decimalLongitude "14.4069627967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.924091561 14.4069627967)"^^geo:wktLiteral ;
  geo-pos:lat "68.924091561"^^xsd:decimal ;
  geo-pos:long "14.4069627967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-698'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4069627967'^^xsd:double;
  dwc:latitude '68.924091561'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-698'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9242859212 14.4014874735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9242859212"^^xsd:decimal ;
  dwc:decimalLongitude "14.4014874735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9242859212 14.4014874735)"^^geo:wktLiteral ;
  geo-pos:lat "68.9242859212"^^xsd:decimal ;
  geo-pos:long "14.4014874735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-699'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4014874735'^^xsd:double;
  dwc:latitude '68.9242859212'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-699'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9254792882 14.3968415555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9254792882"^^xsd:decimal ;
  dwc:decimalLongitude "14.3968415555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9254792882 14.3968415555)"^^geo:wktLiteral ;
  geo-pos:lat "68.9254792882"^^xsd:decimal ;
  geo-pos:long "14.3968415555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-700'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3968415555'^^xsd:double;
  dwc:latitude '68.9254792882'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-700'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9234923361 14.398411544)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9234923361"^^xsd:decimal ;
  dwc:decimalLongitude "14.398411544"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9234923361 14.398411544)"^^geo:wktLiteral ;
  geo-pos:lat "68.9234923361"^^xsd:decimal ;
  geo-pos:long "14.398411544"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-701'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.398411544'^^xsd:double;
  dwc:latitude '68.9234923361'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-701'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9236232263 14.395178734)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9236232263"^^xsd:decimal ;
  dwc:decimalLongitude "14.395178734"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9236232263 14.395178734)"^^geo:wktLiteral ;
  geo-pos:lat "68.9236232263"^^xsd:decimal ;
  geo-pos:long "14.395178734"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-702'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.395178734'^^xsd:double;
  dwc:latitude '68.9236232263'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-702'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9230028198 14.3941412938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9230028198"^^xsd:decimal ;
  dwc:decimalLongitude "14.3941412938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9230028198 14.3941412938)"^^geo:wktLiteral ;
  geo-pos:lat "68.9230028198"^^xsd:decimal ;
  geo-pos:long "14.3941412938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-703'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3941412938'^^xsd:double;
  dwc:latitude '68.9230028198'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-703'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9226665527 14.3929643087)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9226665527"^^xsd:decimal ;
  dwc:decimalLongitude "14.3929643087"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9226665527 14.3929643087)"^^geo:wktLiteral ;
  geo-pos:lat "68.9226665527"^^xsd:decimal ;
  geo-pos:long "14.3929643087"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-704'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3929643087'^^xsd:double;
  dwc:latitude '68.9226665527'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-704'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9224002562 14.3914559368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9224002562"^^xsd:decimal ;
  dwc:decimalLongitude "14.3914559368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9224002562 14.3914559368)"^^geo:wktLiteral ;
  geo-pos:lat "68.9224002562"^^xsd:decimal ;
  geo-pos:long "14.3914559368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-705'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3914559368'^^xsd:double;
  dwc:latitude '68.9224002562'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-705'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9242792723 14.3862636024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9242792723"^^xsd:decimal ;
  dwc:decimalLongitude "14.3862636024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9242792723 14.3862636024)"^^geo:wktLiteral ;
  geo-pos:lat "68.9242792723"^^xsd:decimal ;
  geo-pos:long "14.3862636024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-706'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3862636024'^^xsd:double;
  dwc:latitude '68.9242792723'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-706'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9214230609 14.3968204555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9214230609"^^xsd:decimal ;
  dwc:decimalLongitude "14.3968204555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9214230609 14.3968204555)"^^geo:wktLiteral ;
  geo-pos:lat "68.9214230609"^^xsd:decimal ;
  geo-pos:long "14.3968204555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-707'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3968204555'^^xsd:double;
  dwc:latitude '68.9214230609'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-707'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9206387383 14.3963806002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9206387383"^^xsd:decimal ;
  dwc:decimalLongitude "14.3963806002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9206387383 14.3963806002)"^^geo:wktLiteral ;
  geo-pos:lat "68.9206387383"^^xsd:decimal ;
  geo-pos:long "14.3963806002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-708'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3963806002'^^xsd:double;
  dwc:latitude '68.9206387383'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-708'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9196452816 14.4039193158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9196452816"^^xsd:decimal ;
  dwc:decimalLongitude "14.4039193158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9196452816 14.4039193158)"^^geo:wktLiteral ;
  geo-pos:lat "68.9196452816"^^xsd:decimal ;
  geo-pos:long "14.4039193158"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-709'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4039193158'^^xsd:double;
  dwc:latitude '68.9196452816'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-709'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9202442082 14.4056163786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9202442082"^^xsd:decimal ;
  dwc:decimalLongitude "14.4056163786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9202442082 14.4056163786)"^^geo:wktLiteral ;
  geo-pos:lat "68.9202442082"^^xsd:decimal ;
  geo-pos:long "14.4056163786"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-710'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4056163786'^^xsd:double;
  dwc:latitude '68.9202442082'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-710'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9201074033 14.4072014757)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9201074033"^^xsd:decimal ;
  dwc:decimalLongitude "14.4072014757"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9201074033 14.4072014757)"^^geo:wktLiteral ;
  geo-pos:lat "68.9201074033"^^xsd:decimal ;
  geo-pos:long "14.4072014757"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-711'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4072014757'^^xsd:double;
  dwc:latitude '68.9201074033'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-711'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-712> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9185712237 14.408823979)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9185712237"^^xsd:decimal ;
  dwc:decimalLongitude "14.408823979"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9185712237 14.408823979)"^^geo:wktLiteral ;
  geo-pos:lat "68.9185712237"^^xsd:decimal ;
  geo-pos:long "14.408823979"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-712'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.408823979'^^xsd:double;
  dwc:latitude '68.9185712237'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-712'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9158256873 14.4174617428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9158256873"^^xsd:decimal ;
  dwc:decimalLongitude "14.4174617428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9158256873 14.4174617428)"^^geo:wktLiteral ;
  geo-pos:lat "68.9158256873"^^xsd:decimal ;
  geo-pos:long "14.4174617428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-713'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4174617428'^^xsd:double;
  dwc:latitude '68.9158256873'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-713'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9160114125 14.3958481361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9160114125"^^xsd:decimal ;
  dwc:decimalLongitude "14.3958481361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9160114125 14.3958481361)"^^geo:wktLiteral ;
  geo-pos:lat "68.9160114125"^^xsd:decimal ;
  geo-pos:long "14.3958481361"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-714'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3958481361'^^xsd:double;
  dwc:latitude '68.9160114125'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-714'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9171747571 14.3961457631)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9171747571"^^xsd:decimal ;
  dwc:decimalLongitude "14.3961457631"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9171747571 14.3961457631)"^^geo:wktLiteral ;
  geo-pos:lat "68.9171747571"^^xsd:decimal ;
  geo-pos:long "14.3961457631"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-715'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3961457631'^^xsd:double;
  dwc:latitude '68.9171747571'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-715'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9170693636 14.3931838852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9170693636"^^xsd:decimal ;
  dwc:decimalLongitude "14.3931838852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9170693636 14.3931838852)"^^geo:wktLiteral ;
  geo-pos:lat "68.9170693636"^^xsd:decimal ;
  geo-pos:long "14.3931838852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-716'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3931838852'^^xsd:double;
  dwc:latitude '68.9170693636'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-716'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9160924717 14.3919589669)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9160924717"^^xsd:decimal ;
  dwc:decimalLongitude "14.3919589669"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9160924717 14.3919589669)"^^geo:wktLiteral ;
  geo-pos:lat "68.9160924717"^^xsd:decimal ;
  geo-pos:long "14.3919589669"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-717'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3919589669'^^xsd:double;
  dwc:latitude '68.9160924717'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-717'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9192068908 14.3807379017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9192068908"^^xsd:decimal ;
  dwc:decimalLongitude "14.3807379017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9192068908 14.3807379017)"^^geo:wktLiteral ;
  geo-pos:lat "68.9192068908"^^xsd:decimal ;
  geo-pos:long "14.3807379017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-718'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3807379017'^^xsd:double;
  dwc:latitude '68.9192068908'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-718'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9212049234 14.3822634244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9212049234"^^xsd:decimal ;
  dwc:decimalLongitude "14.3822634244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9212049234 14.3822634244)"^^geo:wktLiteral ;
  geo-pos:lat "68.9212049234"^^xsd:decimal ;
  geo-pos:long "14.3822634244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-719'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3822634244'^^xsd:double;
  dwc:latitude '68.9212049234'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-719'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9202665988 14.3721420996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9202665988"^^xsd:decimal ;
  dwc:decimalLongitude "14.3721420996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9202665988 14.3721420996)"^^geo:wktLiteral ;
  geo-pos:lat "68.9202665988"^^xsd:decimal ;
  geo-pos:long "14.3721420996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-720'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3721420996'^^xsd:double;
  dwc:latitude '68.9202665988'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-720'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9232509141 14.3709369815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9232509141"^^xsd:decimal ;
  dwc:decimalLongitude "14.3709369815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9232509141 14.3709369815)"^^geo:wktLiteral ;
  geo-pos:lat "68.9232509141"^^xsd:decimal ;
  geo-pos:long "14.3709369815"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-721'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3709369815'^^xsd:double;
  dwc:latitude '68.9232509141'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-721'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9240200669 14.3736830726)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9240200669"^^xsd:decimal ;
  dwc:decimalLongitude "14.3736830726"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9240200669 14.3736830726)"^^geo:wktLiteral ;
  geo-pos:lat "68.9240200669"^^xsd:decimal ;
  geo-pos:long "14.3736830726"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-722'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3736830726'^^xsd:double;
  dwc:latitude '68.9240200669'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-722'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9236025623 14.3762651272)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9236025623"^^xsd:decimal ;
  dwc:decimalLongitude "14.3762651272"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9236025623 14.3762651272)"^^geo:wktLiteral ;
  geo-pos:lat "68.9236025623"^^xsd:decimal ;
  geo-pos:long "14.3762651272"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-723'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3762651272'^^xsd:double;
  dwc:latitude '68.9236025623'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-723'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9261021461 14.3722399357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9261021461"^^xsd:decimal ;
  dwc:decimalLongitude "14.3722399357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9261021461 14.3722399357)"^^geo:wktLiteral ;
  geo-pos:lat "68.9261021461"^^xsd:decimal ;
  geo-pos:long "14.3722399357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-724'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3722399357'^^xsd:double;
  dwc:latitude '68.9261021461'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-724'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-725> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9247859996 14.3691138022)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9247859996"^^xsd:decimal ;
  dwc:decimalLongitude "14.3691138022"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9247859996 14.3691138022)"^^geo:wktLiteral ;
  geo-pos:lat "68.9247859996"^^xsd:decimal ;
  geo-pos:long "14.3691138022"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-725'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3691138022'^^xsd:double;
  dwc:latitude '68.9247859996'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-725'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-726> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9236381348 14.3602496195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9236381348"^^xsd:decimal ;
  dwc:decimalLongitude "14.3602496195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9236381348 14.3602496195)"^^geo:wktLiteral ;
  geo-pos:lat "68.9236381348"^^xsd:decimal ;
  geo-pos:long "14.3602496195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-726'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3602496195'^^xsd:double;
  dwc:latitude '68.9236381348'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-726'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9128102361 14.3861801302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9128102361"^^xsd:decimal ;
  dwc:decimalLongitude "14.3861801302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9128102361 14.3861801302)"^^geo:wktLiteral ;
  geo-pos:lat "68.9128102361"^^xsd:decimal ;
  geo-pos:long "14.3861801302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-727'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3861801302'^^xsd:double;
  dwc:latitude '68.9128102361'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-727'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9119969777 14.3826622748)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9119969777"^^xsd:decimal ;
  dwc:decimalLongitude "14.3826622748"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9119969777 14.3826622748)"^^geo:wktLiteral ;
  geo-pos:lat "68.9119969777"^^xsd:decimal ;
  geo-pos:long "14.3826622748"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-728'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3826622748'^^xsd:double;
  dwc:latitude '68.9119969777'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-728'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9070226785 14.4012401117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9070226785"^^xsd:decimal ;
  dwc:decimalLongitude "14.4012401117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9070226785 14.4012401117)"^^geo:wktLiteral ;
  geo-pos:lat "68.9070226785"^^xsd:decimal ;
  geo-pos:long "14.4012401117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-729'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4012401117'^^xsd:double;
  dwc:latitude '68.9070226785'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-729'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9100520485 14.4112021222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9100520485"^^xsd:decimal ;
  dwc:decimalLongitude "14.4112021222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9100520485 14.4112021222)"^^geo:wktLiteral ;
  geo-pos:lat "68.9100520485"^^xsd:decimal ;
  geo-pos:long "14.4112021222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-730'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4112021222'^^xsd:double;
  dwc:latitude '68.9100520485'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-730'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9102262712 14.418771719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9102262712"^^xsd:decimal ;
  dwc:decimalLongitude "14.418771719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9102262712 14.418771719)"^^geo:wktLiteral ;
  geo-pos:lat "68.9102262712"^^xsd:decimal ;
  geo-pos:long "14.418771719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-731'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.418771719'^^xsd:double;
  dwc:latitude '68.9102262712'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-731'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9096881022 14.4350865122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9096881022"^^xsd:decimal ;
  dwc:decimalLongitude "14.4350865122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9096881022 14.4350865122)"^^geo:wktLiteral ;
  geo-pos:lat "68.9096881022"^^xsd:decimal ;
  geo-pos:long "14.4350865122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-732'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4350865122'^^xsd:double;
  dwc:latitude '68.9096881022'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-732'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9042027437 14.435061976)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9042027437"^^xsd:decimal ;
  dwc:decimalLongitude "14.435061976"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9042027437 14.435061976)"^^geo:wktLiteral ;
  geo-pos:lat "68.9042027437"^^xsd:decimal ;
  geo-pos:long "14.435061976"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-733'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.435061976'^^xsd:double;
  dwc:latitude '68.9042027437'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-733'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9144282921 14.4419130461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9144282921"^^xsd:decimal ;
  dwc:decimalLongitude "14.4419130461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9144282921 14.4419130461)"^^geo:wktLiteral ;
  geo-pos:lat "68.9144282921"^^xsd:decimal ;
  geo-pos:long "14.4419130461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-734'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4419130461'^^xsd:double;
  dwc:latitude '68.9144282921'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-734'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.912840471 14.4423483435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.912840471"^^xsd:decimal ;
  dwc:decimalLongitude "14.4423483435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.912840471 14.4423483435)"^^geo:wktLiteral ;
  geo-pos:lat "68.912840471"^^xsd:decimal ;
  geo-pos:long "14.4423483435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-735'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4423483435'^^xsd:double;
  dwc:latitude '68.912840471'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-735'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9079310333 14.4425379805)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9079310333"^^xsd:decimal ;
  dwc:decimalLongitude "14.4425379805"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9079310333 14.4425379805)"^^geo:wktLiteral ;
  geo-pos:lat "68.9079310333"^^xsd:decimal ;
  geo-pos:long "14.4425379805"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-736'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4425379805'^^xsd:double;
  dwc:latitude '68.9079310333'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-736'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9078434666 14.4447792771)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9078434666"^^xsd:decimal ;
  dwc:decimalLongitude "14.4447792771"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9078434666 14.4447792771)"^^geo:wktLiteral ;
  geo-pos:lat "68.9078434666"^^xsd:decimal ;
  geo-pos:long "14.4447792771"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-737'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4447792771'^^xsd:double;
  dwc:latitude '68.9078434666'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-737'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9058782877 14.4458821986)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9058782877"^^xsd:decimal ;
  dwc:decimalLongitude "14.4458821986"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9058782877 14.4458821986)"^^geo:wktLiteral ;
  geo-pos:lat "68.9058782877"^^xsd:decimal ;
  geo-pos:long "14.4458821986"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-738'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4458821986'^^xsd:double;
  dwc:latitude '68.9058782877'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-738'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9527848374 14.2932343497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9527848374"^^xsd:decimal ;
  dwc:decimalLongitude "14.2932343497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9527848374 14.2932343497)"^^geo:wktLiteral ;
  geo-pos:lat "68.9527848374"^^xsd:decimal ;
  geo-pos:long "14.2932343497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-739'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.2932343497'^^xsd:double;
  dwc:latitude '68.9527848374'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-739'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-740> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9512084094 14.2943844852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9512084094"^^xsd:decimal ;
  dwc:decimalLongitude "14.2943844852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9512084094 14.2943844852)"^^geo:wktLiteral ;
  geo-pos:lat "68.9512084094"^^xsd:decimal ;
  geo-pos:long "14.2943844852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-740'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.2943844852'^^xsd:double;
  dwc:latitude '68.9512084094'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-740'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9507272377 14.3055793612)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9507272377"^^xsd:decimal ;
  dwc:decimalLongitude "14.3055793612"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9507272377 14.3055793612)"^^geo:wktLiteral ;
  geo-pos:lat "68.9507272377"^^xsd:decimal ;
  geo-pos:long "14.3055793612"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-741'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3055793612'^^xsd:double;
  dwc:latitude '68.9507272377'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-741'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-742> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9532903598 14.3040323662)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9532903598"^^xsd:decimal ;
  dwc:decimalLongitude "14.3040323662"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9532903598 14.3040323662)"^^geo:wktLiteral ;
  geo-pos:lat "68.9532903598"^^xsd:decimal ;
  geo-pos:long "14.3040323662"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-742'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3040323662'^^xsd:double;
  dwc:latitude '68.9532903598'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-742'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-743> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9540520715 14.3131732258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9540520715"^^xsd:decimal ;
  dwc:decimalLongitude "14.3131732258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9540520715 14.3131732258)"^^geo:wktLiteral ;
  geo-pos:lat "68.9540520715"^^xsd:decimal ;
  geo-pos:long "14.3131732258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-743'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3131732258'^^xsd:double;
  dwc:latitude '68.9540520715'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-743'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9546589076 14.3166370846)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9546589076"^^xsd:decimal ;
  dwc:decimalLongitude "14.3166370846"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9546589076 14.3166370846)"^^geo:wktLiteral ;
  geo-pos:lat "68.9546589076"^^xsd:decimal ;
  geo-pos:long "14.3166370846"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-744'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3166370846'^^xsd:double;
  dwc:latitude '68.9546589076'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-744'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9506398442 14.3165782691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9506398442"^^xsd:decimal ;
  dwc:decimalLongitude "14.3165782691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9506398442 14.3165782691)"^^geo:wktLiteral ;
  geo-pos:lat "68.9506398442"^^xsd:decimal ;
  geo-pos:long "14.3165782691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-745'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3165782691'^^xsd:double;
  dwc:latitude '68.9506398442'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-745'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9431129726 14.3290861107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9431129726"^^xsd:decimal ;
  dwc:decimalLongitude "14.3290861107"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9431129726 14.3290861107)"^^geo:wktLiteral ;
  geo-pos:lat "68.9431129726"^^xsd:decimal ;
  geo-pos:long "14.3290861107"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-746'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3290861107'^^xsd:double;
  dwc:latitude '68.9431129726'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-746'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9431287627 14.3331161713)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9431287627"^^xsd:decimal ;
  dwc:decimalLongitude "14.3331161713"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9431287627 14.3331161713)"^^geo:wktLiteral ;
  geo-pos:lat "68.9431287627"^^xsd:decimal ;
  geo-pos:long "14.3331161713"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-747'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3331161713'^^xsd:double;
  dwc:latitude '68.9431287627'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-747'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9400060515 14.3264328051)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9400060515"^^xsd:decimal ;
  dwc:decimalLongitude "14.3264328051"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9400060515 14.3264328051)"^^geo:wktLiteral ;
  geo-pos:lat "68.9400060515"^^xsd:decimal ;
  geo-pos:long "14.3264328051"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-748'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3264328051'^^xsd:double;
  dwc:latitude '68.9400060515'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-748'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9394232796 14.3290150421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9394232796"^^xsd:decimal ;
  dwc:decimalLongitude "14.3290150421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9394232796 14.3290150421)"^^geo:wktLiteral ;
  geo-pos:lat "68.9394232796"^^xsd:decimal ;
  geo-pos:long "14.3290150421"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-749'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3290150421'^^xsd:double;
  dwc:latitude '68.9394232796'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-749'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9400657083 14.3590371414)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9400657083"^^xsd:decimal ;
  dwc:decimalLongitude "14.3590371414"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9400657083 14.3590371414)"^^geo:wktLiteral ;
  geo-pos:lat "68.9400657083"^^xsd:decimal ;
  geo-pos:long "14.3590371414"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-750'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3590371414'^^xsd:double;
  dwc:latitude '68.9400657083'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-750'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9392793319 14.3601590095)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9392793319"^^xsd:decimal ;
  dwc:decimalLongitude "14.3601590095"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9392793319 14.3601590095)"^^geo:wktLiteral ;
  geo-pos:lat "68.9392793319"^^xsd:decimal ;
  geo-pos:long "14.3601590095"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-751'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3601590095'^^xsd:double;
  dwc:latitude '68.9392793319'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-751'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9419781434 14.3595312104)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9419781434"^^xsd:decimal ;
  dwc:decimalLongitude "14.3595312104"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9419781434 14.3595312104)"^^geo:wktLiteral ;
  geo-pos:lat "68.9419781434"^^xsd:decimal ;
  geo-pos:long "14.3595312104"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-752'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3595312104'^^xsd:double;
  dwc:latitude '68.9419781434'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-752'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9418559953 14.3620994839)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9418559953"^^xsd:decimal ;
  dwc:decimalLongitude "14.3620994839"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9418559953 14.3620994839)"^^geo:wktLiteral ;
  geo-pos:lat "68.9418559953"^^xsd:decimal ;
  geo-pos:long "14.3620994839"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-753'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3620994839'^^xsd:double;
  dwc:latitude '68.9418559953'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-753'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9425202144 14.3635458965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9425202144"^^xsd:decimal ;
  dwc:decimalLongitude "14.3635458965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9425202144 14.3635458965)"^^geo:wktLiteral ;
  geo-pos:lat "68.9425202144"^^xsd:decimal ;
  geo-pos:long "14.3635458965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-754'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3635458965'^^xsd:double;
  dwc:latitude '68.9425202144'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-754'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.942662186 14.3662898278)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.942662186"^^xsd:decimal ;
  dwc:decimalLongitude "14.3662898278"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.942662186 14.3662898278)"^^geo:wktLiteral ;
  geo-pos:lat "68.942662186"^^xsd:decimal ;
  geo-pos:long "14.3662898278"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-755'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3662898278'^^xsd:double;
  dwc:latitude '68.942662186'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-755'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9416815284 14.368333102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9416815284"^^xsd:decimal ;
  dwc:decimalLongitude "14.368333102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9416815284 14.368333102)"^^geo:wktLiteral ;
  geo-pos:lat "68.9416815284"^^xsd:decimal ;
  geo-pos:long "14.368333102"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-756'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.368333102'^^xsd:double;
  dwc:latitude '68.9416815284'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-756'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9418024089 14.3653985331)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9418024089"^^xsd:decimal ;
  dwc:decimalLongitude "14.3653985331"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9418024089 14.3653985331)"^^geo:wktLiteral ;
  geo-pos:lat "68.9418024089"^^xsd:decimal ;
  geo-pos:long "14.3653985331"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-757'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3653985331'^^xsd:double;
  dwc:latitude '68.9418024089'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-757'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9402927246 14.3669073772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9402927246"^^xsd:decimal ;
  dwc:decimalLongitude "14.3669073772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9402927246 14.3669073772)"^^geo:wktLiteral ;
  geo-pos:lat "68.9402927246"^^xsd:decimal ;
  geo-pos:long "14.3669073772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-758'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3669073772'^^xsd:double;
  dwc:latitude '68.9402927246'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-758'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9446309433 14.3642179152)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9446309433"^^xsd:decimal ;
  dwc:decimalLongitude "14.3642179152"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9446309433 14.3642179152)"^^geo:wktLiteral ;
  geo-pos:lat "68.9446309433"^^xsd:decimal ;
  geo-pos:long "14.3642179152"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-759'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3642179152'^^xsd:double;
  dwc:latitude '68.9446309433'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-759'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9456502426 14.3726169679)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9456502426"^^xsd:decimal ;
  dwc:decimalLongitude "14.3726169679"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9456502426 14.3726169679)"^^geo:wktLiteral ;
  geo-pos:lat "68.9456502426"^^xsd:decimal ;
  geo-pos:long "14.3726169679"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-760'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3726169679'^^xsd:double;
  dwc:latitude '68.9456502426'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-760'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9419413374 14.3853628326)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9419413374"^^xsd:decimal ;
  dwc:decimalLongitude "14.3853628326"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9419413374 14.3853628326)"^^geo:wktLiteral ;
  geo-pos:lat "68.9419413374"^^xsd:decimal ;
  geo-pos:long "14.3853628326"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-761'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3853628326'^^xsd:double;
  dwc:latitude '68.9419413374'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-761'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9414946718 14.3894054761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9414946718"^^xsd:decimal ;
  dwc:decimalLongitude "14.3894054761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9414946718 14.3894054761)"^^geo:wktLiteral ;
  geo-pos:lat "68.9414946718"^^xsd:decimal ;
  geo-pos:long "14.3894054761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-762'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3894054761'^^xsd:double;
  dwc:latitude '68.9414946718'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-762'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9394721704 14.3937914804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9394721704"^^xsd:decimal ;
  dwc:decimalLongitude "14.3937914804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9394721704 14.3937914804)"^^geo:wktLiteral ;
  geo-pos:lat "68.9394721704"^^xsd:decimal ;
  geo-pos:long "14.3937914804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-763'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3937914804'^^xsd:double;
  dwc:latitude '68.9394721704'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-763'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9387978798 14.3959533109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9387978798"^^xsd:decimal ;
  dwc:decimalLongitude "14.3959533109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9387978798 14.3959533109)"^^geo:wktLiteral ;
  geo-pos:lat "68.9387978798"^^xsd:decimal ;
  geo-pos:long "14.3959533109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-764'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3959533109'^^xsd:double;
  dwc:latitude '68.9387978798'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-764'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.93830812 14.4000059498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.93830812"^^xsd:decimal ;
  dwc:decimalLongitude "14.4000059498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.93830812 14.4000059498)"^^geo:wktLiteral ;
  geo-pos:lat "68.93830812"^^xsd:decimal ;
  geo-pos:long "14.4000059498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-765'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4000059498'^^xsd:double;
  dwc:latitude '68.93830812'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-765'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9349910315 14.3926781566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9349910315"^^xsd:decimal ;
  dwc:decimalLongitude "14.3926781566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9349910315 14.3926781566)"^^geo:wktLiteral ;
  geo-pos:lat "68.9349910315"^^xsd:decimal ;
  geo-pos:long "14.3926781566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-766'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3926781566'^^xsd:double;
  dwc:latitude '68.9349910315'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-766'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9336125113 14.3969192766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9336125113"^^xsd:decimal ;
  dwc:decimalLongitude "14.3969192766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9336125113 14.3969192766)"^^geo:wktLiteral ;
  geo-pos:lat "68.9336125113"^^xsd:decimal ;
  geo-pos:long "14.3969192766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-767'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3969192766'^^xsd:double;
  dwc:latitude '68.9336125113'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-767'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9339650736 14.3960030599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9339650736"^^xsd:decimal ;
  dwc:decimalLongitude "14.3960030599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9339650736 14.3960030599)"^^geo:wktLiteral ;
  geo-pos:lat "68.9339650736"^^xsd:decimal ;
  geo-pos:long "14.3960030599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-768'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3960030599'^^xsd:double;
  dwc:latitude '68.9339650736'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-768'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9334743214 14.3914012099)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9334743214"^^xsd:decimal ;
  dwc:decimalLongitude "14.3914012099"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9334743214 14.3914012099)"^^geo:wktLiteral ;
  geo-pos:lat "68.9334743214"^^xsd:decimal ;
  geo-pos:long "14.3914012099"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-769'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3914012099'^^xsd:double;
  dwc:latitude '68.9334743214'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-769'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9328310594 14.3856500102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9328310594"^^xsd:decimal ;
  dwc:decimalLongitude "14.3856500102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9328310594 14.3856500102)"^^geo:wktLiteral ;
  geo-pos:lat "68.9328310594"^^xsd:decimal ;
  geo-pos:long "14.3856500102"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-770'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3856500102'^^xsd:double;
  dwc:latitude '68.9328310594'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-770'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9335108693 14.3850541923)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9335108693"^^xsd:decimal ;
  dwc:decimalLongitude "14.3850541923"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9335108693 14.3850541923)"^^geo:wktLiteral ;
  geo-pos:lat "68.9335108693"^^xsd:decimal ;
  geo-pos:long "14.3850541923"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-771'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3850541923'^^xsd:double;
  dwc:latitude '68.9335108693'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-771'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9344619566 14.3856870671)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9344619566"^^xsd:decimal ;
  dwc:decimalLongitude "14.3856870671"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9344619566 14.3856870671)"^^geo:wktLiteral ;
  geo-pos:lat "68.9344619566"^^xsd:decimal ;
  geo-pos:long "14.3856870671"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-772'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3856870671'^^xsd:double;
  dwc:latitude '68.9344619566'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-772'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9349179096 14.3888063829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9349179096"^^xsd:decimal ;
  dwc:decimalLongitude "14.3888063829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9349179096 14.3888063829)"^^geo:wktLiteral ;
  geo-pos:lat "68.9349179096"^^xsd:decimal ;
  geo-pos:long "14.3888063829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-773'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3888063829'^^xsd:double;
  dwc:latitude '68.9349179096'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-773'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9337607042 14.3803494839)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9337607042"^^xsd:decimal ;
  dwc:decimalLongitude "14.3803494839"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9337607042 14.3803494839)"^^geo:wktLiteral ;
  geo-pos:lat "68.9337607042"^^xsd:decimal ;
  geo-pos:long "14.3803494839"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-774'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3803494839'^^xsd:double;
  dwc:latitude '68.9337607042'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-774'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9329948543 14.373613026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9329948543"^^xsd:decimal ;
  dwc:decimalLongitude "14.373613026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9329948543 14.373613026)"^^geo:wktLiteral ;
  geo-pos:lat "68.9329948543"^^xsd:decimal ;
  geo-pos:long "14.373613026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-775'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.373613026'^^xsd:double;
  dwc:latitude '68.9329948543'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-775'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9316331984 14.3742284985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9316331984"^^xsd:decimal ;
  dwc:decimalLongitude "14.3742284985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9316331984 14.3742284985)"^^geo:wktLiteral ;
  geo-pos:lat "68.9316331984"^^xsd:decimal ;
  geo-pos:long "14.3742284985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-776'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3742284985'^^xsd:double;
  dwc:latitude '68.9316331984'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-776'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9321565693 14.3634178453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9321565693"^^xsd:decimal ;
  dwc:decimalLongitude "14.3634178453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9321565693 14.3634178453)"^^geo:wktLiteral ;
  geo-pos:lat "68.9321565693"^^xsd:decimal ;
  geo-pos:long "14.3634178453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-777'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3634178453'^^xsd:double;
  dwc:latitude '68.9321565693'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-777'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9335823979 14.3641184998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9335823979"^^xsd:decimal ;
  dwc:decimalLongitude "14.3641184998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9335823979 14.3641184998)"^^geo:wktLiteral ;
  geo-pos:lat "68.9335823979"^^xsd:decimal ;
  geo-pos:long "14.3641184998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-778'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3641184998'^^xsd:double;
  dwc:latitude '68.9335823979'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-778'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9342071367 14.3646774444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9342071367"^^xsd:decimal ;
  dwc:decimalLongitude "14.3646774444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9342071367 14.3646774444)"^^geo:wktLiteral ;
  geo-pos:lat "68.9342071367"^^xsd:decimal ;
  geo-pos:long "14.3646774444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-779'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3646774444'^^xsd:double;
  dwc:latitude '68.9342071367'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-779'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9367583258 14.3650161942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9367583258"^^xsd:decimal ;
  dwc:decimalLongitude "14.3650161942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9367583258 14.3650161942)"^^geo:wktLiteral ;
  geo-pos:lat "68.9367583258"^^xsd:decimal ;
  geo-pos:long "14.3650161942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-780'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3650161942'^^xsd:double;
  dwc:latitude '68.9367583258'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-780'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9337751435 14.3601569345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9337751435"^^xsd:decimal ;
  dwc:decimalLongitude "14.3601569345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9337751435 14.3601569345)"^^geo:wktLiteral ;
  geo-pos:lat "68.9337751435"^^xsd:decimal ;
  geo-pos:long "14.3601569345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-781'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3601569345'^^xsd:double;
  dwc:latitude '68.9337751435'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-781'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9334734141 14.3587646042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9334734141"^^xsd:decimal ;
  dwc:decimalLongitude "14.3587646042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9334734141 14.3587646042)"^^geo:wktLiteral ;
  geo-pos:lat "68.9334734141"^^xsd:decimal ;
  geo-pos:long "14.3587646042"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-782'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3587646042'^^xsd:double;
  dwc:latitude '68.9334734141'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-782'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-783> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9388213858 14.3777344098)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9388213858"^^xsd:decimal ;
  dwc:decimalLongitude "14.3777344098"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9388213858 14.3777344098)"^^geo:wktLiteral ;
  geo-pos:lat "68.9388213858"^^xsd:decimal ;
  geo-pos:long "14.3777344098"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-783'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3777344098'^^xsd:double;
  dwc:latitude '68.9388213858'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-783'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9339390825 14.3564433904)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9339390825"^^xsd:decimal ;
  dwc:decimalLongitude "14.3564433904"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9339390825 14.3564433904)"^^geo:wktLiteral ;
  geo-pos:lat "68.9339390825"^^xsd:decimal ;
  geo-pos:long "14.3564433904"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-784'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3564433904'^^xsd:double;
  dwc:latitude '68.9339390825'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-784'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.933772443 14.3515856368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.933772443"^^xsd:decimal ;
  dwc:decimalLongitude "14.3515856368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.933772443 14.3515856368)"^^geo:wktLiteral ;
  geo-pos:lat "68.933772443"^^xsd:decimal ;
  geo-pos:long "14.3515856368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-785'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3515856368'^^xsd:double;
  dwc:latitude '68.933772443'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-785'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9318082099 14.3496654575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9318082099"^^xsd:decimal ;
  dwc:decimalLongitude "14.3496654575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9318082099 14.3496654575)"^^geo:wktLiteral ;
  geo-pos:lat "68.9318082099"^^xsd:decimal ;
  geo-pos:long "14.3496654575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-786'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3496654575'^^xsd:double;
  dwc:latitude '68.9318082099'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-786'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9315701079 14.3572540848)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9315701079"^^xsd:decimal ;
  dwc:decimalLongitude "14.3572540848"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9315701079 14.3572540848)"^^geo:wktLiteral ;
  geo-pos:lat "68.9315701079"^^xsd:decimal ;
  geo-pos:long "14.3572540848"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-787'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3572540848'^^xsd:double;
  dwc:latitude '68.9315701079'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-787'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-788> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.92938149 14.3587185691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.92938149"^^xsd:decimal ;
  dwc:decimalLongitude "14.3587185691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.92938149 14.3587185691)"^^geo:wktLiteral ;
  geo-pos:lat "68.92938149"^^xsd:decimal ;
  geo-pos:long "14.3587185691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-788'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3587185691'^^xsd:double;
  dwc:latitude '68.92938149'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-788'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9288947181 14.3554367433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9288947181"^^xsd:decimal ;
  dwc:decimalLongitude "14.3554367433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9288947181 14.3554367433)"^^geo:wktLiteral ;
  geo-pos:lat "68.9288947181"^^xsd:decimal ;
  geo-pos:long "14.3554367433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-789'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3554367433'^^xsd:double;
  dwc:latitude '68.9288947181'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-789'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.927102063 14.3596910386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.927102063"^^xsd:decimal ;
  dwc:decimalLongitude "14.3596910386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.927102063 14.3596910386)"^^geo:wktLiteral ;
  geo-pos:lat "68.927102063"^^xsd:decimal ;
  geo-pos:long "14.3596910386"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-790'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3596910386'^^xsd:double;
  dwc:latitude '68.927102063'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-790'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9283009003 14.3631169529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9283009003"^^xsd:decimal ;
  dwc:decimalLongitude "14.3631169529"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9283009003 14.3631169529)"^^geo:wktLiteral ;
  geo-pos:lat "68.9283009003"^^xsd:decimal ;
  geo-pos:long "14.3631169529"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-791'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3631169529'^^xsd:double;
  dwc:latitude '68.9283009003'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-791'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9272770468 14.3668541378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9272770468"^^xsd:decimal ;
  dwc:decimalLongitude "14.3668541378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9272770468 14.3668541378)"^^geo:wktLiteral ;
  geo-pos:lat "68.9272770468"^^xsd:decimal ;
  geo-pos:long "14.3668541378"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-792'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3668541378'^^xsd:double;
  dwc:latitude '68.9272770468'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-792'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9270814091 14.3700730305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9270814091"^^xsd:decimal ;
  dwc:decimalLongitude "14.3700730305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9270814091 14.3700730305)"^^geo:wktLiteral ;
  geo-pos:lat "68.9270814091"^^xsd:decimal ;
  geo-pos:long "14.3700730305"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-793'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3700730305'^^xsd:double;
  dwc:latitude '68.9270814091'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-793'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9279230612 14.3731800477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9279230612"^^xsd:decimal ;
  dwc:decimalLongitude "14.3731800477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9279230612 14.3731800477)"^^geo:wktLiteral ;
  geo-pos:lat "68.9279230612"^^xsd:decimal ;
  geo-pos:long "14.3731800477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-794'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3731800477'^^xsd:double;
  dwc:latitude '68.9279230612'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-794'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9270541325 14.3788073386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9270541325"^^xsd:decimal ;
  dwc:decimalLongitude "14.3788073386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9270541325 14.3788073386)"^^geo:wktLiteral ;
  geo-pos:lat "68.9270541325"^^xsd:decimal ;
  geo-pos:long "14.3788073386"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-795'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3788073386'^^xsd:double;
  dwc:latitude '68.9270541325'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-795'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9261677118 14.3796561423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9261677118"^^xsd:decimal ;
  dwc:decimalLongitude "14.3796561423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9261677118 14.3796561423)"^^geo:wktLiteral ;
  geo-pos:lat "68.9261677118"^^xsd:decimal ;
  geo-pos:long "14.3796561423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-796'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3796561423'^^xsd:double;
  dwc:latitude '68.9261677118'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-796'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9245499239 14.3750881402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9245499239"^^xsd:decimal ;
  dwc:decimalLongitude "14.3750881402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9245499239 14.3750881402)"^^geo:wktLiteral ;
  geo-pos:lat "68.9245499239"^^xsd:decimal ;
  geo-pos:long "14.3750881402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-797'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3750881402'^^xsd:double;
  dwc:latitude '68.9245499239'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-797'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9228624427 14.3757948643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9228624427"^^xsd:decimal ;
  dwc:decimalLongitude "14.3757948643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9228624427 14.3757948643)"^^geo:wktLiteral ;
  geo-pos:lat "68.9228624427"^^xsd:decimal ;
  geo-pos:long "14.3757948643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-798'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3757948643'^^xsd:double;
  dwc:latitude '68.9228624427'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-798'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9228226547 14.3811504265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9228226547"^^xsd:decimal ;
  dwc:decimalLongitude "14.3811504265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9228226547 14.3811504265)"^^geo:wktLiteral ;
  geo-pos:lat "68.9228226547"^^xsd:decimal ;
  geo-pos:long "14.3811504265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-799'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3811504265'^^xsd:double;
  dwc:latitude '68.9228226547'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-799'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9226279307 14.368470084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9226279307"^^xsd:decimal ;
  dwc:decimalLongitude "14.368470084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9226279307 14.368470084)"^^geo:wktLiteral ;
  geo-pos:lat "68.9226279307"^^xsd:decimal ;
  geo-pos:long "14.368470084"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-800'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.368470084'^^xsd:double;
  dwc:latitude '68.9226279307'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-800'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9225888115 14.3659175695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9225888115"^^xsd:decimal ;
  dwc:decimalLongitude "14.3659175695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9225888115 14.3659175695)"^^geo:wktLiteral ;
  geo-pos:lat "68.9225888115"^^xsd:decimal ;
  geo-pos:long "14.3659175695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-801'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3659175695'^^xsd:double;
  dwc:latitude '68.9225888115'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-801'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9223146274 14.363948454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9223146274"^^xsd:decimal ;
  dwc:decimalLongitude "14.363948454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9223146274 14.363948454)"^^geo:wktLiteral ;
  geo-pos:lat "68.9223146274"^^xsd:decimal ;
  geo-pos:long "14.363948454"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-802'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.363948454'^^xsd:double;
  dwc:latitude '68.9223146274'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-802'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9218616131 14.3617374314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9218616131"^^xsd:decimal ;
  dwc:decimalLongitude "14.3617374314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9218616131 14.3617374314)"^^geo:wktLiteral ;
  geo-pos:lat "68.9218616131"^^xsd:decimal ;
  geo-pos:long "14.3617374314"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-803'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3617374314'^^xsd:double;
  dwc:latitude '68.9218616131'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-803'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9195183229 14.3694649283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9195183229"^^xsd:decimal ;
  dwc:decimalLongitude "14.3694649283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9195183229 14.3694649283)"^^geo:wktLiteral ;
  geo-pos:lat "68.9195183229"^^xsd:decimal ;
  geo-pos:long "14.3694649283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-804'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3694649283'^^xsd:double;
  dwc:latitude '68.9195183229'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-804'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9208349481 14.3727221151)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9208349481"^^xsd:decimal ;
  dwc:decimalLongitude "14.3727221151"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9208349481 14.3727221151)"^^geo:wktLiteral ;
  geo-pos:lat "68.9208349481"^^xsd:decimal ;
  geo-pos:long "14.3727221151"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-805'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3727221151'^^xsd:double;
  dwc:latitude '68.9208349481'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-805'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9187741306 14.3767339193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9187741306"^^xsd:decimal ;
  dwc:decimalLongitude "14.3767339193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9187741306 14.3767339193)"^^geo:wktLiteral ;
  geo-pos:lat "68.9187741306"^^xsd:decimal ;
  geo-pos:long "14.3767339193"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-806'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3767339193'^^xsd:double;
  dwc:latitude '68.9187741306'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-806'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9183123778 14.3802060233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9183123778"^^xsd:decimal ;
  dwc:decimalLongitude "14.3802060233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9183123778 14.3802060233)"^^geo:wktLiteral ;
  geo-pos:lat "68.9183123778"^^xsd:decimal ;
  geo-pos:long "14.3802060233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-807'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3802060233'^^xsd:double;
  dwc:latitude '68.9183123778'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-807'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9192424899 14.3832273602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9192424899"^^xsd:decimal ;
  dwc:decimalLongitude "14.3832273602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9192424899 14.3832273602)"^^geo:wktLiteral ;
  geo-pos:lat "68.9192424899"^^xsd:decimal ;
  geo-pos:long "14.3832273602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-808'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3832273602'^^xsd:double;
  dwc:latitude '68.9192424899'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-808'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.918483243 14.3864605735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.918483243"^^xsd:decimal ;
  dwc:decimalLongitude "14.3864605735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.918483243 14.3864605735)"^^geo:wktLiteral ;
  geo-pos:lat "68.918483243"^^xsd:decimal ;
  geo-pos:long "14.3864605735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-809'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3864605735'^^xsd:double;
  dwc:latitude '68.918483243'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-809'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9183212975 14.3909124588)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9183212975"^^xsd:decimal ;
  dwc:decimalLongitude "14.3909124588"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9183212975 14.3909124588)"^^geo:wktLiteral ;
  geo-pos:lat "68.9183212975"^^xsd:decimal ;
  geo-pos:long "14.3909124588"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-810'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3909124588'^^xsd:double;
  dwc:latitude '68.9183212975'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-810'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9192553131 14.3950872109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9192553131"^^xsd:decimal ;
  dwc:decimalLongitude "14.3950872109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9192553131 14.3950872109)"^^geo:wktLiteral ;
  geo-pos:lat "68.9192553131"^^xsd:decimal ;
  geo-pos:long "14.3950872109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-811'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3950872109'^^xsd:double;
  dwc:latitude '68.9192553131'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-811'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9200243918 14.3945719717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9200243918"^^xsd:decimal ;
  dwc:decimalLongitude "14.3945719717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9200243918 14.3945719717)"^^geo:wktLiteral ;
  geo-pos:lat "68.9200243918"^^xsd:decimal ;
  geo-pos:long "14.3945719717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-812'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3945719717'^^xsd:double;
  dwc:latitude '68.9200243918'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-812'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9230313996 14.3897117553)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9230313996"^^xsd:decimal ;
  dwc:decimalLongitude "14.3897117553"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9230313996 14.3897117553)"^^geo:wktLiteral ;
  geo-pos:lat "68.9230313996"^^xsd:decimal ;
  geo-pos:long "14.3897117553"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-813'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3897117553'^^xsd:double;
  dwc:latitude '68.9230313996'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-813'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9233340525 14.3914333303)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9233340525"^^xsd:decimal ;
  dwc:decimalLongitude "14.3914333303"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9233340525 14.3914333303)"^^geo:wktLiteral ;
  geo-pos:lat "68.9233340525"^^xsd:decimal ;
  geo-pos:long "14.3914333303"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-814'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3914333303'^^xsd:double;
  dwc:latitude '68.9233340525'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-814'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9237983614 14.3969399665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9237983614"^^xsd:decimal ;
  dwc:decimalLongitude "14.3969399665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9237983614 14.3969399665)"^^geo:wktLiteral ;
  geo-pos:lat "68.9237983614"^^xsd:decimal ;
  geo-pos:long "14.3969399665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-815'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3969399665'^^xsd:double;
  dwc:latitude '68.9237983614'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-815'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9251490274 14.4015990183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9251490274"^^xsd:decimal ;
  dwc:decimalLongitude "14.4015990183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9251490274 14.4015990183)"^^geo:wktLiteral ;
  geo-pos:lat "68.9251490274"^^xsd:decimal ;
  geo-pos:long "14.4015990183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-816'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4015990183'^^xsd:double;
  dwc:latitude '68.9251490274'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-816'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9262730263 14.4008270825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9262730263"^^xsd:decimal ;
  dwc:decimalLongitude "14.4008270825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9262730263 14.4008270825)"^^geo:wktLiteral ;
  geo-pos:lat "68.9262730263"^^xsd:decimal ;
  geo-pos:long "14.4008270825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-817'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4008270825'^^xsd:double;
  dwc:latitude '68.9262730263'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-817'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9264433749 14.3986803433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9264433749"^^xsd:decimal ;
  dwc:decimalLongitude "14.3986803433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9264433749 14.3986803433)"^^geo:wktLiteral ;
  geo-pos:lat "68.9264433749"^^xsd:decimal ;
  geo-pos:long "14.3986803433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-818'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3986803433'^^xsd:double;
  dwc:latitude '68.9264433749'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-818'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9274902226 14.4097749203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9274902226"^^xsd:decimal ;
  dwc:decimalLongitude "14.4097749203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9274902226 14.4097749203)"^^geo:wktLiteral ;
  geo-pos:lat "68.9274902226"^^xsd:decimal ;
  geo-pos:long "14.4097749203"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-819'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4097749203'^^xsd:double;
  dwc:latitude '68.9274902226'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-819'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9172941707 14.3693636546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9172941707"^^xsd:decimal ;
  dwc:decimalLongitude "14.3693636546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9172941707 14.3693636546)"^^geo:wktLiteral ;
  geo-pos:lat "68.9172941707"^^xsd:decimal ;
  geo-pos:long "14.3693636546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-820'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3693636546'^^xsd:double;
  dwc:latitude '68.9172941707'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-820'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9172216133 14.3738129044)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9172216133"^^xsd:decimal ;
  dwc:decimalLongitude "14.3738129044"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9172216133 14.3738129044)"^^geo:wktLiteral ;
  geo-pos:lat "68.9172216133"^^xsd:decimal ;
  geo-pos:long "14.3738129044"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-821'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3738129044'^^xsd:double;
  dwc:latitude '68.9172216133'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-821'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9176741699 14.3759413631)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9176741699"^^xsd:decimal ;
  dwc:decimalLongitude "14.3759413631"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9176741699 14.3759413631)"^^geo:wktLiteral ;
  geo-pos:lat "68.9176741699"^^xsd:decimal ;
  geo-pos:long "14.3759413631"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-822'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3759413631'^^xsd:double;
  dwc:latitude '68.9176741699'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-822'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9180677057 14.378153927)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9180677057"^^xsd:decimal ;
  dwc:decimalLongitude "14.378153927"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9180677057 14.378153927)"^^geo:wktLiteral ;
  geo-pos:lat "68.9180677057"^^xsd:decimal ;
  geo-pos:long "14.378153927"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-823'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.378153927'^^xsd:double;
  dwc:latitude '68.9180677057'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-823'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9178574964 14.4022905404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9178574964"^^xsd:decimal ;
  dwc:decimalLongitude "14.4022905404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9178574964 14.4022905404)"^^geo:wktLiteral ;
  geo-pos:lat "68.9178574964"^^xsd:decimal ;
  geo-pos:long "14.4022905404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-824'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4022905404'^^xsd:double;
  dwc:latitude '68.9178574964'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-824'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9186547999 14.4013630204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9186547999"^^xsd:decimal ;
  dwc:decimalLongitude "14.4013630204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9186547999 14.4013630204)"^^geo:wktLiteral ;
  geo-pos:lat "68.9186547999"^^xsd:decimal ;
  geo-pos:long "14.4013630204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-825'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4013630204'^^xsd:double;
  dwc:latitude '68.9186547999'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-825'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9198389615 14.400836763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9198389615"^^xsd:decimal ;
  dwc:decimalLongitude "14.400836763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9198389615 14.400836763)"^^geo:wktLiteral ;
  geo-pos:lat "68.9198389615"^^xsd:decimal ;
  geo-pos:long "14.400836763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-826'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.400836763'^^xsd:double;
  dwc:latitude '68.9198389615'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-826'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9191948029 14.4031603645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9191948029"^^xsd:decimal ;
  dwc:decimalLongitude "14.4031603645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9191948029 14.4031603645)"^^geo:wktLiteral ;
  geo-pos:lat "68.9191948029"^^xsd:decimal ;
  geo-pos:long "14.4031603645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-827'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4031603645'^^xsd:double;
  dwc:latitude '68.9191948029'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-827'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9193901922 14.4081792243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9193901922"^^xsd:decimal ;
  dwc:decimalLongitude "14.4081792243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9193901922 14.4081792243)"^^geo:wktLiteral ;
  geo-pos:lat "68.9193901922"^^xsd:decimal ;
  geo-pos:long "14.4081792243"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-828'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4081792243'^^xsd:double;
  dwc:latitude '68.9193901922'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-828'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9201938144 14.409063732)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9201938144"^^xsd:decimal ;
  dwc:decimalLongitude "14.409063732"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9201938144 14.409063732)"^^geo:wktLiteral ;
  geo-pos:lat "68.9201938144"^^xsd:decimal ;
  geo-pos:long "14.409063732"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-829'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.409063732'^^xsd:double;
  dwc:latitude '68.9201938144'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-829'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9177684205 14.4107757018)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9177684205"^^xsd:decimal ;
  dwc:decimalLongitude "14.4107757018"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9177684205 14.4107757018)"^^geo:wktLiteral ;
  geo-pos:lat "68.9177684205"^^xsd:decimal ;
  geo-pos:long "14.4107757018"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-830'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4107757018'^^xsd:double;
  dwc:latitude '68.9177684205'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-830'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.921930699 14.4140420024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.921930699"^^xsd:decimal ;
  dwc:decimalLongitude "14.4140420024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.921930699 14.4140420024)"^^geo:wktLiteral ;
  geo-pos:lat "68.921930699"^^xsd:decimal ;
  geo-pos:long "14.4140420024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-831'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4140420024'^^xsd:double;
  dwc:latitude '68.921930699'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-831'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9230989791 14.4089036763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9230989791"^^xsd:decimal ;
  dwc:decimalLongitude "14.4089036763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9230989791 14.4089036763)"^^geo:wktLiteral ;
  geo-pos:lat "68.9230989791"^^xsd:decimal ;
  geo-pos:long "14.4089036763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-832'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4089036763'^^xsd:double;
  dwc:latitude '68.9230989791'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-832'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9144835149 14.4125924777)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9144835149"^^xsd:decimal ;
  dwc:decimalLongitude "14.4125924777"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9144835149 14.4125924777)"^^geo:wktLiteral ;
  geo-pos:lat "68.9144835149"^^xsd:decimal ;
  geo-pos:long "14.4125924777"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-833'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4125924777'^^xsd:double;
  dwc:latitude '68.9144835149'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-833'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9149687169 14.4071447274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9149687169"^^xsd:decimal ;
  dwc:decimalLongitude "14.4071447274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9149687169 14.4071447274)"^^geo:wktLiteral ;
  geo-pos:lat "68.9149687169"^^xsd:decimal ;
  geo-pos:long "14.4071447274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-834'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4071447274'^^xsd:double;
  dwc:latitude '68.9149687169'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-834'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9154042485 14.4044979119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9154042485"^^xsd:decimal ;
  dwc:decimalLongitude "14.4044979119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9154042485 14.4044979119)"^^geo:wktLiteral ;
  geo-pos:lat "68.9154042485"^^xsd:decimal ;
  geo-pos:long "14.4044979119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-835'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4044979119'^^xsd:double;
  dwc:latitude '68.9154042485'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-835'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9152456349 14.4015376753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9152456349"^^xsd:decimal ;
  dwc:decimalLongitude "14.4015376753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9152456349 14.4015376753)"^^geo:wktLiteral ;
  geo-pos:lat "68.9152456349"^^xsd:decimal ;
  geo-pos:long "14.4015376753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-836'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4015376753'^^xsd:double;
  dwc:latitude '68.9152456349'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-836'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9154145429 14.3989803113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9154145429"^^xsd:decimal ;
  dwc:decimalLongitude "14.3989803113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9154145429 14.3989803113)"^^geo:wktLiteral ;
  geo-pos:lat "68.9154145429"^^xsd:decimal ;
  geo-pos:long "14.3989803113"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-837'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3989803113'^^xsd:double;
  dwc:latitude '68.9154145429'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-837'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9085107488 14.3836912868)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9085107488"^^xsd:decimal ;
  dwc:decimalLongitude "14.3836912868"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9085107488 14.3836912868)"^^geo:wktLiteral ;
  geo-pos:lat "68.9085107488"^^xsd:decimal ;
  geo-pos:long "14.3836912868"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-838'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3836912868'^^xsd:double;
  dwc:latitude '68.9085107488'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-838'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9139127048 14.4439303675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9139127048"^^xsd:decimal ;
  dwc:decimalLongitude "14.4439303675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9139127048 14.4439303675)"^^geo:wktLiteral ;
  geo-pos:lat "68.9139127048"^^xsd:decimal ;
  geo-pos:long "14.4439303675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-839'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4439303675'^^xsd:double;
  dwc:latitude '68.9139127048'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-839'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9141369531 14.4399722677)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9141369531"^^xsd:decimal ;
  dwc:decimalLongitude "14.4399722677"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9141369531 14.4399722677)"^^geo:wktLiteral ;
  geo-pos:lat "68.9141369531"^^xsd:decimal ;
  geo-pos:long "14.4399722677"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-840'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4399722677'^^xsd:double;
  dwc:latitude '68.9141369531'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-840'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9108723571 14.4300929094)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9108723571"^^xsd:decimal ;
  dwc:decimalLongitude "14.4300929094"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9108723571 14.4300929094)"^^geo:wktLiteral ;
  geo-pos:lat "68.9108723571"^^xsd:decimal ;
  geo-pos:long "14.4300929094"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-841'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4300929094'^^xsd:double;
  dwc:latitude '68.9108723571'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-841'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9109505386 14.426879978)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9109505386"^^xsd:decimal ;
  dwc:decimalLongitude "14.426879978"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9109505386 14.426879978)"^^geo:wktLiteral ;
  geo-pos:lat "68.9109505386"^^xsd:decimal ;
  geo-pos:long "14.426879978"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-842'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.426879978'^^xsd:double;
  dwc:latitude '68.9109505386'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-842'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9094763844 14.4205790959)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9094763844"^^xsd:decimal ;
  dwc:decimalLongitude "14.4205790959"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9094763844 14.4205790959)"^^geo:wktLiteral ;
  geo-pos:lat "68.9094763844"^^xsd:decimal ;
  geo-pos:long "14.4205790959"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-843'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4205790959'^^xsd:double;
  dwc:latitude '68.9094763844'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-843'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9085370621 14.432211139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9085370621"^^xsd:decimal ;
  dwc:decimalLongitude "14.432211139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9085370621 14.432211139)"^^geo:wktLiteral ;
  geo-pos:lat "68.9085370621"^^xsd:decimal ;
  geo-pos:long "14.432211139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-844'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.432211139'^^xsd:double;
  dwc:latitude '68.9085370621'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-844'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9039134022 14.432741334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9039134022"^^xsd:decimal ;
  dwc:decimalLongitude "14.432741334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9039134022 14.432741334)"^^geo:wktLiteral ;
  geo-pos:lat "68.9039134022"^^xsd:decimal ;
  geo-pos:long "14.432741334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-845'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.432741334'^^xsd:double;
  dwc:latitude '68.9039134022'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-845'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9042313902 14.4392353629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9042313902"^^xsd:decimal ;
  dwc:decimalLongitude "14.4392353629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9042313902 14.4392353629)"^^geo:wktLiteral ;
  geo-pos:lat "68.9042313902"^^xsd:decimal ;
  geo-pos:long "14.4392353629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-846'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4392353629'^^xsd:double;
  dwc:latitude '68.9042313902'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-846'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9036131156 14.4405678949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9036131156"^^xsd:decimal ;
  dwc:decimalLongitude "14.4405678949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9036131156 14.4405678949)"^^geo:wktLiteral ;
  geo-pos:lat "68.9036131156"^^xsd:decimal ;
  geo-pos:long "14.4405678949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-847'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4405678949'^^xsd:double;
  dwc:latitude '68.9036131156'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-847'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9060972224 14.4476662993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9060972224"^^xsd:decimal ;
  dwc:decimalLongitude "14.4476662993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9060972224 14.4476662993)"^^geo:wktLiteral ;
  geo-pos:lat "68.9060972224"^^xsd:decimal ;
  geo-pos:long "14.4476662993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-848'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4476662993'^^xsd:double;
  dwc:latitude '68.9060972224'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-848'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.906658928 14.4471583832)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.906658928"^^xsd:decimal ;
  dwc:decimalLongitude "14.4471583832"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.906658928 14.4471583832)"^^geo:wktLiteral ;
  geo-pos:lat "68.906658928"^^xsd:decimal ;
  geo-pos:long "14.4471583832"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-849'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4471583832'^^xsd:double;
  dwc:latitude '68.906658928'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-849'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9092452046 14.4492341761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9092452046"^^xsd:decimal ;
  dwc:decimalLongitude "14.4492341761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9092452046 14.4492341761)"^^geo:wktLiteral ;
  geo-pos:lat "68.9092452046"^^xsd:decimal ;
  geo-pos:long "14.4492341761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-850'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4492341761'^^xsd:double;
  dwc:latitude '68.9092452046'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-850'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9095811905 14.4431336914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9095811905"^^xsd:decimal ;
  dwc:decimalLongitude "14.4431336914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9095811905 14.4431336914)"^^geo:wktLiteral ;
  geo-pos:lat "68.9095811905"^^xsd:decimal ;
  geo-pos:long "14.4431336914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-851'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4431336914'^^xsd:double;
  dwc:latitude '68.9095811905'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-851'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9520764396 14.2953186726)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9520764396"^^xsd:decimal ;
  dwc:decimalLongitude "14.2953186726"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9520764396 14.2953186726)"^^geo:wktLiteral ;
  geo-pos:lat "68.9520764396"^^xsd:decimal ;
  geo-pos:long "14.2953186726"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-852'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.2953186726'^^xsd:double;
  dwc:latitude '68.9520764396'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-852'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9515745804 14.2978686163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9515745804"^^xsd:decimal ;
  dwc:decimalLongitude "14.2978686163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9515745804 14.2978686163)"^^geo:wktLiteral ;
  geo-pos:lat "68.9515745804"^^xsd:decimal ;
  geo-pos:long "14.2978686163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-853'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.2978686163'^^xsd:double;
  dwc:latitude '68.9515745804'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-853'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9514181026 14.3013577056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9514181026"^^xsd:decimal ;
  dwc:decimalLongitude "14.3013577056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9514181026 14.3013577056)"^^geo:wktLiteral ;
  geo-pos:lat "68.9514181026"^^xsd:decimal ;
  geo-pos:long "14.3013577056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-854'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3013577056'^^xsd:double;
  dwc:latitude '68.9514181026'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-854'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.952341132 14.3043376108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.952341132"^^xsd:decimal ;
  dwc:decimalLongitude "14.3043376108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.952341132 14.3043376108)"^^geo:wktLiteral ;
  geo-pos:lat "68.952341132"^^xsd:decimal ;
  geo-pos:long "14.3043376108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-855'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3043376108'^^xsd:double;
  dwc:latitude '68.952341132'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-855'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9530364225 14.307324913)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9530364225"^^xsd:decimal ;
  dwc:decimalLongitude "14.307324913"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9530364225 14.307324913)"^^geo:wktLiteral ;
  geo-pos:lat "68.9530364225"^^xsd:decimal ;
  geo-pos:long "14.307324913"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-856'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.307324913'^^xsd:double;
  dwc:latitude '68.9530364225'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-856'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9539587083 14.3101469199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9539587083"^^xsd:decimal ;
  dwc:decimalLongitude "14.3101469199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9539587083 14.3101469199)"^^geo:wktLiteral ;
  geo-pos:lat "68.9539587083"^^xsd:decimal ;
  geo-pos:long "14.3101469199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-857'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3101469199'^^xsd:double;
  dwc:latitude '68.9539587083'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-857'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9413921954 14.357711751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9413921954"^^xsd:decimal ;
  dwc:decimalLongitude "14.357711751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9413921954 14.357711751)"^^geo:wktLiteral ;
  geo-pos:lat "68.9413921954"^^xsd:decimal ;
  geo-pos:long "14.357711751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-858'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.357711751'^^xsd:double;
  dwc:latitude '68.9413921954'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-858'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9383764969 14.3581160122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9383764969"^^xsd:decimal ;
  dwc:decimalLongitude "14.3581160122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9383764969 14.3581160122)"^^geo:wktLiteral ;
  geo-pos:lat "68.9383764969"^^xsd:decimal ;
  geo-pos:long "14.3581160122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-859'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3581160122'^^xsd:double;
  dwc:latitude '68.9383764969'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-859'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9360247076 14.3686293097)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9360247076"^^xsd:decimal ;
  dwc:decimalLongitude "14.3686293097"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9360247076 14.3686293097)"^^geo:wktLiteral ;
  geo-pos:lat "68.9360247076"^^xsd:decimal ;
  geo-pos:long "14.3686293097"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-860'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3686293097'^^xsd:double;
  dwc:latitude '68.9360247076'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-860'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-861> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9358597861 14.3702165787)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9358597861"^^xsd:decimal ;
  dwc:decimalLongitude "14.3702165787"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9358597861 14.3702165787)"^^geo:wktLiteral ;
  geo-pos:lat "68.9358597861"^^xsd:decimal ;
  geo-pos:long "14.3702165787"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-861'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3702165787'^^xsd:double;
  dwc:latitude '68.9358597861'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-861'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9370133706 14.3742985364)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9370133706"^^xsd:decimal ;
  dwc:decimalLongitude "14.3742985364"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9370133706 14.3742985364)"^^geo:wktLiteral ;
  geo-pos:lat "68.9370133706"^^xsd:decimal ;
  geo-pos:long "14.3742985364"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-862'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3742985364'^^xsd:double;
  dwc:latitude '68.9370133706'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-862'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.937019743 14.3760392557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.937019743"^^xsd:decimal ;
  dwc:decimalLongitude "14.3760392557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.937019743 14.3760392557)"^^geo:wktLiteral ;
  geo-pos:lat "68.937019743"^^xsd:decimal ;
  geo-pos:long "14.3760392557"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-863'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3760392557'^^xsd:double;
  dwc:latitude '68.937019743'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-863'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9370899325 14.3796773459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9370899325"^^xsd:decimal ;
  dwc:decimalLongitude "14.3796773459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9370899325 14.3796773459)"^^geo:wktLiteral ;
  geo-pos:lat "68.9370899325"^^xsd:decimal ;
  geo-pos:long "14.3796773459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-864'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3796773459'^^xsd:double;
  dwc:latitude '68.9370899325'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-864'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.936982978 14.3815795089)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.936982978"^^xsd:decimal ;
  dwc:decimalLongitude "14.3815795089"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.936982978 14.3815795089)"^^geo:wktLiteral ;
  geo-pos:lat "68.936982978"^^xsd:decimal ;
  geo-pos:long "14.3815795089"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-865'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3815795089'^^xsd:double;
  dwc:latitude '68.936982978'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-865'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.937273318 14.3831540313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.937273318"^^xsd:decimal ;
  dwc:decimalLongitude "14.3831540313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.937273318 14.3831540313)"^^geo:wktLiteral ;
  geo-pos:lat "68.937273318"^^xsd:decimal ;
  geo-pos:long "14.3831540313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-866'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3831540313'^^xsd:double;
  dwc:latitude '68.937273318'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-866'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9372283729 14.3864788495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9372283729"^^xsd:decimal ;
  dwc:decimalLongitude "14.3864788495"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9372283729 14.3864788495)"^^geo:wktLiteral ;
  geo-pos:lat "68.9372283729"^^xsd:decimal ;
  geo-pos:long "14.3864788495"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-867'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3864788495'^^xsd:double;
  dwc:latitude '68.9372283729'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-867'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-868> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9378021466 14.3877290607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9378021466"^^xsd:decimal ;
  dwc:decimalLongitude "14.3877290607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9378021466 14.3877290607)"^^geo:wktLiteral ;
  geo-pos:lat "68.9378021466"^^xsd:decimal ;
  geo-pos:long "14.3877290607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-868'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3877290607'^^xsd:double;
  dwc:latitude '68.9378021466'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-868'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9378112105 14.3902611131)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9378112105"^^xsd:decimal ;
  dwc:decimalLongitude "14.3902611131"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9378112105 14.3902611131)"^^geo:wktLiteral ;
  geo-pos:lat "68.9378112105"^^xsd:decimal ;
  geo-pos:long "14.3902611131"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-869'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3902611131'^^xsd:double;
  dwc:latitude '68.9378112105'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-869'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9377075168 14.3931128034)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9377075168"^^xsd:decimal ;
  dwc:decimalLongitude "14.3931128034"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9377075168 14.3931128034)"^^geo:wktLiteral ;
  geo-pos:lat "68.9377075168"^^xsd:decimal ;
  geo-pos:long "14.3931128034"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-870'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3931128034'^^xsd:double;
  dwc:latitude '68.9377075168'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-870'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9375446114 14.3953330176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9375446114"^^xsd:decimal ;
  dwc:decimalLongitude "14.3953330176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9375446114 14.3953330176)"^^geo:wktLiteral ;
  geo-pos:lat "68.9375446114"^^xsd:decimal ;
  geo-pos:long "14.3953330176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-871'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3953330176'^^xsd:double;
  dwc:latitude '68.9375446114'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-871'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9399504011 14.3835540996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9399504011"^^xsd:decimal ;
  dwc:decimalLongitude "14.3835540996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9399504011 14.3835540996)"^^geo:wktLiteral ;
  geo-pos:lat "68.9399504011"^^xsd:decimal ;
  geo-pos:long "14.3835540996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-872'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3835540996'^^xsd:double;
  dwc:latitude '68.9399504011'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-872'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9401280173 14.3854485692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9401280173"^^xsd:decimal ;
  dwc:decimalLongitude "14.3854485692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9401280173 14.3854485692)"^^geo:wktLiteral ;
  geo-pos:lat "68.9401280173"^^xsd:decimal ;
  geo-pos:long "14.3854485692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-873'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3854485692'^^xsd:double;
  dwc:latitude '68.9401280173'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-873'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.940535007 14.3878115701)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.940535007"^^xsd:decimal ;
  dwc:decimalLongitude "14.3878115701"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.940535007 14.3878115701)"^^geo:wktLiteral ;
  geo-pos:lat "68.940535007"^^xsd:decimal ;
  geo-pos:long "14.3878115701"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-874'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3878115701'^^xsd:double;
  dwc:latitude '68.940535007'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-874'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9406004273 14.3901840909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9406004273"^^xsd:decimal ;
  dwc:decimalLongitude "14.3901840909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9406004273 14.3901840909)"^^geo:wktLiteral ;
  geo-pos:lat "68.9406004273"^^xsd:decimal ;
  geo-pos:long "14.3901840909"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-875'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3901840909'^^xsd:double;
  dwc:latitude '68.9406004273'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-875'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9320712971 14.409248638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9320712971"^^xsd:decimal ;
  dwc:decimalLongitude "14.409248638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9320712971 14.409248638)"^^geo:wktLiteral ;
  geo-pos:lat "68.9320712971"^^xsd:decimal ;
  geo-pos:long "14.409248638"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-876'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.409248638'^^xsd:double;
  dwc:latitude '68.9320712971'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-876'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9312179991 14.4094296778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9312179991"^^xsd:decimal ;
  dwc:decimalLongitude "14.4094296778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9312179991 14.4094296778)"^^geo:wktLiteral ;
  geo-pos:lat "68.9312179991"^^xsd:decimal ;
  geo-pos:long "14.4094296778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-877'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4094296778'^^xsd:double;
  dwc:latitude '68.9312179991'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-877'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.93053547 14.4096061399)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.93053547"^^xsd:decimal ;
  dwc:decimalLongitude "14.4096061399"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.93053547 14.4096061399)"^^geo:wktLiteral ;
  geo-pos:lat "68.93053547"^^xsd:decimal ;
  geo-pos:long "14.4096061399"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-878'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4096061399'^^xsd:double;
  dwc:latitude '68.93053547'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-878'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9285896608 14.4066522877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9285896608"^^xsd:decimal ;
  dwc:decimalLongitude "14.4066522877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9285896608 14.4066522877)"^^geo:wktLiteral ;
  geo-pos:lat "68.9285896608"^^xsd:decimal ;
  geo-pos:long "14.4066522877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-879'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4066522877'^^xsd:double;
  dwc:latitude '68.9285896608'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-879'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9271555545 14.4035269523)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9271555545"^^xsd:decimal ;
  dwc:decimalLongitude "14.4035269523"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9271555545 14.4035269523)"^^geo:wktLiteral ;
  geo-pos:lat "68.9271555545"^^xsd:decimal ;
  geo-pos:long "14.4035269523"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-880'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4035269523'^^xsd:double;
  dwc:latitude '68.9271555545'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-880'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9261309402 14.4035546101)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9261309402"^^xsd:decimal ;
  dwc:decimalLongitude "14.4035546101"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9261309402 14.4035546101)"^^geo:wktLiteral ;
  geo-pos:lat "68.9261309402"^^xsd:decimal ;
  geo-pos:long "14.4035546101"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-881'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4035546101'^^xsd:double;
  dwc:latitude '68.9261309402'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-881'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.931391101 14.3615915807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.931391101"^^xsd:decimal ;
  dwc:decimalLongitude "14.3615915807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.931391101 14.3615915807)"^^geo:wktLiteral ;
  geo-pos:lat "68.931391101"^^xsd:decimal ;
  geo-pos:long "14.3615915807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-882'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3615915807'^^xsd:double;
  dwc:latitude '68.931391101'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-882'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9310644721 14.3630513812)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9310644721"^^xsd:decimal ;
  dwc:decimalLongitude "14.3630513812"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9310644721 14.3630513812)"^^geo:wktLiteral ;
  geo-pos:lat "68.9310644721"^^xsd:decimal ;
  geo-pos:long "14.3630513812"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-883'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3630513812'^^xsd:double;
  dwc:latitude '68.9310644721'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-883'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9309407919 14.3680652562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9309407919"^^xsd:decimal ;
  dwc:decimalLongitude "14.3680652562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9309407919 14.3680652562)"^^geo:wktLiteral ;
  geo-pos:lat "68.9309407919"^^xsd:decimal ;
  geo-pos:long "14.3680652562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-884'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3680652562'^^xsd:double;
  dwc:latitude '68.9309407919'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-884'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9307571446 14.3697186229)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9307571446"^^xsd:decimal ;
  dwc:decimalLongitude "14.3697186229"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9307571446 14.3697186229)"^^geo:wktLiteral ;
  geo-pos:lat "68.9307571446"^^xsd:decimal ;
  geo-pos:long "14.3697186229"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-885'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3697186229'^^xsd:double;
  dwc:latitude '68.9307571446'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-885'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.930670537 14.3719625187)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.930670537"^^xsd:decimal ;
  dwc:decimalLongitude "14.3719625187"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.930670537 14.3719625187)"^^geo:wktLiteral ;
  geo-pos:lat "68.930670537"^^xsd:decimal ;
  geo-pos:long "14.3719625187"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-886'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3719625187'^^xsd:double;
  dwc:latitude '68.930670537'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-886'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9304626502 14.3734846719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9304626502"^^xsd:decimal ;
  dwc:decimalLongitude "14.3734846719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9304626502 14.3734846719)"^^geo:wktLiteral ;
  geo-pos:lat "68.9304626502"^^xsd:decimal ;
  geo-pos:long "14.3734846719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-887'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3734846719'^^xsd:double;
  dwc:latitude '68.9304626502'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-887'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9292866433 14.3697605738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9292866433"^^xsd:decimal ;
  dwc:decimalLongitude "14.3697605738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9292866433 14.3697605738)"^^geo:wktLiteral ;
  geo-pos:lat "68.9292866433"^^xsd:decimal ;
  geo-pos:long "14.3697605738"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-888'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3697605738'^^xsd:double;
  dwc:latitude '68.9292866433'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-888'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9292910214 14.3709470115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9292910214"^^xsd:decimal ;
  dwc:decimalLongitude "14.3709470115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9292910214 14.3709470115)"^^geo:wktLiteral ;
  geo-pos:lat "68.9292910214"^^xsd:decimal ;
  geo-pos:long "14.3709470115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-889'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3709470115'^^xsd:double;
  dwc:latitude '68.9292910214'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-889'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9293647925 14.3781302271)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9293647925"^^xsd:decimal ;
  dwc:decimalLongitude "14.3781302271"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9293647925 14.3781302271)"^^geo:wktLiteral ;
  geo-pos:lat "68.9293647925"^^xsd:decimal ;
  geo-pos:long "14.3781302271"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-890'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3781302271'^^xsd:double;
  dwc:latitude '68.9293647925'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-890'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9310674234 14.3766978652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9310674234"^^xsd:decimal ;
  dwc:decimalLongitude "14.3766978652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9310674234 14.3766978652)"^^geo:wktLiteral ;
  geo-pos:lat "68.9310674234"^^xsd:decimal ;
  geo-pos:long "14.3766978652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-891'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3766978652'^^xsd:double;
  dwc:latitude '68.9310674234'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-891'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-892> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9305514031 14.3782945966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9305514031"^^xsd:decimal ;
  dwc:decimalLongitude "14.3782945966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9305514031 14.3782945966)"^^geo:wktLiteral ;
  geo-pos:lat "68.9305514031"^^xsd:decimal ;
  geo-pos:long "14.3782945966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-892'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3782945966'^^xsd:double;
  dwc:latitude '68.9305514031'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-892'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9309301673 14.3780861623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9309301673"^^xsd:decimal ;
  dwc:decimalLongitude "14.3780861623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9309301673 14.3780861623)"^^geo:wktLiteral ;
  geo-pos:lat "68.9309301673"^^xsd:decimal ;
  geo-pos:long "14.3780861623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-893'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3780861623'^^xsd:double;
  dwc:latitude '68.9309301673'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-893'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9304455068 14.3817915224)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9304455068"^^xsd:decimal ;
  dwc:decimalLongitude "14.3817915224"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9304455068 14.3817915224)"^^geo:wktLiteral ;
  geo-pos:lat "68.9304455068"^^xsd:decimal ;
  geo-pos:long "14.3817915224"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-894'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3817915224'^^xsd:double;
  dwc:latitude '68.9304455068'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-894'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9319119476 14.3806297097)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9319119476"^^xsd:decimal ;
  dwc:decimalLongitude "14.3806297097"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9319119476 14.3806297097)"^^geo:wktLiteral ;
  geo-pos:lat "68.9319119476"^^xsd:decimal ;
  geo-pos:long "14.3806297097"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-895'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3806297097'^^xsd:double;
  dwc:latitude '68.9319119476'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-895'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9318692921 14.3819494605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9318692921"^^xsd:decimal ;
  dwc:decimalLongitude "14.3819494605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9318692921 14.3819494605)"^^geo:wktLiteral ;
  geo-pos:lat "68.9318692921"^^xsd:decimal ;
  geo-pos:long "14.3819494605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-896'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3819494605'^^xsd:double;
  dwc:latitude '68.9318692921'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-896'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9318263881 14.3832032853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9318263881"^^xsd:decimal ;
  dwc:decimalLongitude "14.3832032853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9318263881 14.3832032853)"^^geo:wktLiteral ;
  geo-pos:lat "68.9318263881"^^xsd:decimal ;
  geo-pos:long "14.3832032853"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-897'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3832032853'^^xsd:double;
  dwc:latitude '68.9318263881'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-897'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9315690632 14.3841993725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9315690632"^^xsd:decimal ;
  dwc:decimalLongitude "14.3841993725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9315690632 14.3841993725)"^^geo:wktLiteral ;
  geo-pos:lat "68.9315690632"^^xsd:decimal ;
  geo-pos:long "14.3841993725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-898'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3841993725'^^xsd:double;
  dwc:latitude '68.9315690632'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-898'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9317941494 14.3874235442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9317941494"^^xsd:decimal ;
  dwc:decimalLongitude "14.3874235442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9317941494 14.3874235442)"^^geo:wktLiteral ;
  geo-pos:lat "68.9317941494"^^xsd:decimal ;
  geo-pos:long "14.3874235442"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-899'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3874235442'^^xsd:double;
  dwc:latitude '68.9317941494'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-899'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9338630375 14.3888826409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9338630375"^^xsd:decimal ;
  dwc:decimalLongitude "14.3888826409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9338630375 14.3888826409)"^^geo:wktLiteral ;
  geo-pos:lat "68.9338630375"^^xsd:decimal ;
  geo-pos:long "14.3888826409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-900'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3888826409'^^xsd:double;
  dwc:latitude '68.9338630375'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-900'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-901> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9335077051 14.3759037454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9335077051"^^xsd:decimal ;
  dwc:decimalLongitude "14.3759037454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9335077051 14.3759037454)"^^geo:wktLiteral ;
  geo-pos:lat "68.9335077051"^^xsd:decimal ;
  geo-pos:long "14.3759037454"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-901'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3759037454'^^xsd:double;
  dwc:latitude '68.9335077051'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-901'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9242811985 14.3632468962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9242811985"^^xsd:decimal ;
  dwc:decimalLongitude "14.3632468962"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9242811985 14.3632468962)"^^geo:wktLiteral ;
  geo-pos:lat "68.9242811985"^^xsd:decimal ;
  geo-pos:long "14.3632468962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-902'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3632468962'^^xsd:double;
  dwc:latitude '68.9242811985'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-902'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9242890563 14.3653556389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9242890563"^^xsd:decimal ;
  dwc:decimalLongitude "14.3653556389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9242890563 14.3653556389)"^^geo:wktLiteral ;
  geo-pos:lat "68.9242890563"^^xsd:decimal ;
  geo-pos:long "14.3653556389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-903'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3653556389'^^xsd:double;
  dwc:latitude '68.9242890563'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-903'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9266438448 14.3735270386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9266438448"^^xsd:decimal ;
  dwc:decimalLongitude "14.3735270386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9266438448 14.3735270386)"^^geo:wktLiteral ;
  geo-pos:lat "68.9266438448"^^xsd:decimal ;
  geo-pos:long "14.3735270386"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-904'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3735270386'^^xsd:double;
  dwc:latitude '68.9266438448'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-904'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9253097675 14.378442068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9253097675"^^xsd:decimal ;
  dwc:decimalLongitude "14.378442068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9253097675 14.378442068)"^^geo:wktLiteral ;
  geo-pos:lat "68.9253097675"^^xsd:decimal ;
  geo-pos:long "14.378442068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-905'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.378442068'^^xsd:double;
  dwc:latitude '68.9253097675'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-905'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9249300423 14.3783868414)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9249300423"^^xsd:decimal ;
  dwc:decimalLongitude "14.3783868414"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9249300423 14.3783868414)"^^geo:wktLiteral ;
  geo-pos:lat "68.9249300423"^^xsd:decimal ;
  geo-pos:long "14.3783868414"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-906'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3783868414'^^xsd:double;
  dwc:latitude '68.9249300423'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-906'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.924550077 14.3782657175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.924550077"^^xsd:decimal ;
  dwc:decimalLongitude "14.3782657175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.924550077 14.3782657175)"^^geo:wktLiteral ;
  geo-pos:lat "68.924550077"^^xsd:decimal ;
  geo-pos:long "14.3782657175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-907'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3782657175'^^xsd:double;
  dwc:latitude '68.924550077'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-907'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9230397075 14.3738928105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9230397075"^^xsd:decimal ;
  dwc:decimalLongitude "14.3738928105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9230397075 14.3738928105)"^^geo:wktLiteral ;
  geo-pos:lat "68.9230397075"^^xsd:decimal ;
  geo-pos:long "14.3738928105"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-908'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3738928105'^^xsd:double;
  dwc:latitude '68.9230397075'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-908'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9226360212 14.3737724462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9226360212"^^xsd:decimal ;
  dwc:decimalLongitude "14.3737724462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9226360212 14.3737724462)"^^geo:wktLiteral ;
  geo-pos:lat "68.9226360212"^^xsd:decimal ;
  geo-pos:long "14.3737724462"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-909'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3737724462'^^xsd:double;
  dwc:latitude '68.9226360212'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-909'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9188469232 14.3690040043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9188469232"^^xsd:decimal ;
  dwc:decimalLongitude "14.3690040043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9188469232 14.3690040043)"^^geo:wktLiteral ;
  geo-pos:lat "68.9188469232"^^xsd:decimal ;
  geo-pos:long "14.3690040043"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-910'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3690040043'^^xsd:double;
  dwc:latitude '68.9188469232'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-910'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9183490933 14.3690841021)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9183490933"^^xsd:decimal ;
  dwc:decimalLongitude "14.3690841021"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9183490933 14.3690841021)"^^geo:wktLiteral ;
  geo-pos:lat "68.9183490933"^^xsd:decimal ;
  geo-pos:long "14.3690841021"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-911'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3690841021'^^xsd:double;
  dwc:latitude '68.9183490933'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-911'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9204387292 14.3826644518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9204387292"^^xsd:decimal ;
  dwc:decimalLongitude "14.3826644518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9204387292 14.3826644518)"^^geo:wktLiteral ;
  geo-pos:lat "68.9204387292"^^xsd:decimal ;
  geo-pos:long "14.3826644518"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-912'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3826644518'^^xsd:double;
  dwc:latitude '68.9204387292'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-912'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9201346852 14.3838590124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9201346852"^^xsd:decimal ;
  dwc:decimalLongitude "14.3838590124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9201346852 14.3838590124)"^^geo:wktLiteral ;
  geo-pos:lat "68.9201346852"^^xsd:decimal ;
  geo-pos:long "14.3838590124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-913'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3838590124'^^xsd:double;
  dwc:latitude '68.9201346852'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-913'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9081162717 14.3624215003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9081162717"^^xsd:decimal ;
  dwc:decimalLongitude "14.3624215003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9081162717 14.3624215003)"^^geo:wktLiteral ;
  geo-pos:lat "68.9081162717"^^xsd:decimal ;
  geo-pos:long "14.3624215003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-914'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3624215003'^^xsd:double;
  dwc:latitude '68.9081162717'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-914'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9094247189 14.3828006621)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9094247189"^^xsd:decimal ;
  dwc:decimalLongitude "14.3828006621"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9094247189 14.3828006621)"^^geo:wktLiteral ;
  geo-pos:lat "68.9094247189"^^xsd:decimal ;
  geo-pos:long "14.3828006621"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-915'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3828006621'^^xsd:double;
  dwc:latitude '68.9094247189'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-915'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9106779488 14.3817118531)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9106779488"^^xsd:decimal ;
  dwc:decimalLongitude "14.3817118531"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9106779488 14.3817118531)"^^geo:wktLiteral ;
  geo-pos:lat "68.9106779488"^^xsd:decimal ;
  geo-pos:long "14.3817118531"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-916'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3817118531'^^xsd:double;
  dwc:latitude '68.9106779488'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-916'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9157929724 14.3728726723)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9157929724"^^xsd:decimal ;
  dwc:decimalLongitude "14.3728726723"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9157929724 14.3728726723)"^^geo:wktLiteral ;
  geo-pos:lat "68.9157929724"^^xsd:decimal ;
  geo-pos:long "14.3728726723"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-917'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3728726723'^^xsd:double;
  dwc:latitude '68.9157929724'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-917'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9141524306 14.3848425665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9141524306"^^xsd:decimal ;
  dwc:decimalLongitude "14.3848425665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9141524306 14.3848425665)"^^geo:wktLiteral ;
  geo-pos:lat "68.9141524306"^^xsd:decimal ;
  geo-pos:long "14.3848425665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-918'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3848425665'^^xsd:double;
  dwc:latitude '68.9141524306'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-918'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9136396477 14.3873600195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9136396477"^^xsd:decimal ;
  dwc:decimalLongitude "14.3873600195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9136396477 14.3873600195)"^^geo:wktLiteral ;
  geo-pos:lat "68.9136396477"^^xsd:decimal ;
  geo-pos:long "14.3873600195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-919'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3873600195'^^xsd:double;
  dwc:latitude '68.9136396477'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-919'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9149436581 14.3871921325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9149436581"^^xsd:decimal ;
  dwc:decimalLongitude "14.3871921325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9149436581 14.3871921325)"^^geo:wktLiteral ;
  geo-pos:lat "68.9149436581"^^xsd:decimal ;
  geo-pos:long "14.3871921325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-920'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3871921325'^^xsd:double;
  dwc:latitude '68.9149436581'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-920'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-921> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9161532701 14.3871586044)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9161532701"^^xsd:decimal ;
  dwc:decimalLongitude "14.3871586044"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9161532701 14.3871586044)"^^geo:wktLiteral ;
  geo-pos:lat "68.9161532701"^^xsd:decimal ;
  geo-pos:long "14.3871586044"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-921'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3871586044'^^xsd:double;
  dwc:latitude '68.9161532701'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-921'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9151362682 14.3946309804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9151362682"^^xsd:decimal ;
  dwc:decimalLongitude "14.3946309804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9151362682 14.3946309804)"^^geo:wktLiteral ;
  geo-pos:lat "68.9151362682"^^xsd:decimal ;
  geo-pos:long "14.3946309804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-922'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3946309804'^^xsd:double;
  dwc:latitude '68.9151362682'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-922'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9150742143 14.3972019029)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9150742143"^^xsd:decimal ;
  dwc:decimalLongitude "14.3972019029"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9150742143 14.3972019029)"^^geo:wktLiteral ;
  geo-pos:lat "68.9150742143"^^xsd:decimal ;
  geo-pos:long "14.3972019029"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-923'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3972019029'^^xsd:double;
  dwc:latitude '68.9150742143'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-923'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9184744045 14.3928264868)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9184744045"^^xsd:decimal ;
  dwc:decimalLongitude "14.3928264868"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9184744045 14.3928264868)"^^geo:wktLiteral ;
  geo-pos:lat "68.9184744045"^^xsd:decimal ;
  geo-pos:long "14.3928264868"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-924'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3928264868'^^xsd:double;
  dwc:latitude '68.9184744045'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-924'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9182110909 14.4056157668)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9182110909"^^xsd:decimal ;
  dwc:decimalLongitude "14.4056157668"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9182110909 14.4056157668)"^^geo:wktLiteral ;
  geo-pos:lat "68.9182110909"^^xsd:decimal ;
  geo-pos:long "14.4056157668"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-925'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4056157668'^^xsd:double;
  dwc:latitude '68.9182110909'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-925'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9171087069 14.409203114)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9171087069"^^xsd:decimal ;
  dwc:decimalLongitude "14.409203114"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9171087069 14.409203114)"^^geo:wktLiteral ;
  geo-pos:lat "68.9171087069"^^xsd:decimal ;
  geo-pos:long "14.409203114"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-926'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.409203114'^^xsd:double;
  dwc:latitude '68.9171087069'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-926'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9224044223 14.4109726336)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9224044223"^^xsd:decimal ;
  dwc:decimalLongitude "14.4109726336"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9224044223 14.4109726336)"^^geo:wktLiteral ;
  geo-pos:lat "68.9224044223"^^xsd:decimal ;
  geo-pos:long "14.4109726336"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-927'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4109726336'^^xsd:double;
  dwc:latitude '68.9224044223'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-927'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-928> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9228365501 14.4056231719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9228365501"^^xsd:decimal ;
  dwc:decimalLongitude "14.4056231719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9228365501 14.4056231719)"^^geo:wktLiteral ;
  geo-pos:lat "68.9228365501"^^xsd:decimal ;
  geo-pos:long "14.4056231719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-928'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4056231719'^^xsd:double;
  dwc:latitude '68.9228365501'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-928'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9226878984 14.3970601475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9226878984"^^xsd:decimal ;
  dwc:decimalLongitude "14.3970601475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9226878984 14.3970601475)"^^geo:wktLiteral ;
  geo-pos:lat "68.9226878984"^^xsd:decimal ;
  geo-pos:long "14.3970601475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-929'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3970601475'^^xsd:double;
  dwc:latitude '68.9226878984'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-929'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9247346144 14.3989814944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9247346144"^^xsd:decimal ;
  dwc:decimalLongitude "14.3989814944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9247346144 14.3989814944)"^^geo:wktLiteral ;
  geo-pos:lat "68.9247346144"^^xsd:decimal ;
  geo-pos:long "14.3989814944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-930'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3989814944'^^xsd:double;
  dwc:latitude '68.9247346144'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-930'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-931> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9169124332 14.4128121521)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9169124332"^^xsd:decimal ;
  dwc:decimalLongitude "14.4128121521"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9169124332 14.4128121521)"^^geo:wktLiteral ;
  geo-pos:lat "68.9169124332"^^xsd:decimal ;
  geo-pos:long "14.4128121521"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-931'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4128121521'^^xsd:double;
  dwc:latitude '68.9169124332'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-931'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.916669935 14.414030824)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.916669935"^^xsd:decimal ;
  dwc:decimalLongitude "14.414030824"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.916669935 14.414030824)"^^geo:wktLiteral ;
  geo-pos:lat "68.916669935"^^xsd:decimal ;
  geo-pos:long "14.414030824"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-932'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.414030824'^^xsd:double;
  dwc:latitude '68.916669935'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-932'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-933> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9164454988 14.4149854654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9164454988"^^xsd:decimal ;
  dwc:decimalLongitude "14.4149854654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9164454988 14.4149854654)"^^geo:wktLiteral ;
  geo-pos:lat "68.9164454988"^^xsd:decimal ;
  geo-pos:long "14.4149854654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-933'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4149854654'^^xsd:double;
  dwc:latitude '68.9164454988'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-933'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9188180215 14.4151335211)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9188180215"^^xsd:decimal ;
  dwc:decimalLongitude "14.4151335211"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9188180215 14.4151335211)"^^geo:wktLiteral ;
  geo-pos:lat "68.9188180215"^^xsd:decimal ;
  geo-pos:long "14.4151335211"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-934'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4151335211'^^xsd:double;
  dwc:latitude '68.9188180215'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-934'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9144774012 14.4284754864)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9144774012"^^xsd:decimal ;
  dwc:decimalLongitude "14.4284754864"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9144774012 14.4284754864)"^^geo:wktLiteral ;
  geo-pos:lat "68.9144774012"^^xsd:decimal ;
  geo-pos:long "14.4284754864"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-935'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4284754864'^^xsd:double;
  dwc:latitude '68.9144774012'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-935'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9138697608 14.4311920119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9138697608"^^xsd:decimal ;
  dwc:decimalLongitude "14.4311920119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9138697608 14.4311920119)"^^geo:wktLiteral ;
  geo-pos:lat "68.9138697608"^^xsd:decimal ;
  geo-pos:long "14.4311920119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-936'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4311920119'^^xsd:double;
  dwc:latitude '68.9138697608'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-936'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9129965807 14.4325318938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9129965807"^^xsd:decimal ;
  dwc:decimalLongitude "14.4325318938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9129965807 14.4325318938)"^^geo:wktLiteral ;
  geo-pos:lat "68.9129965807"^^xsd:decimal ;
  geo-pos:long "14.4325318938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-937'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4325318938'^^xsd:double;
  dwc:latitude '68.9129965807'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-937'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9127409349 14.4341193403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9127409349"^^xsd:decimal ;
  dwc:decimalLongitude "14.4341193403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9127409349 14.4341193403)"^^geo:wktLiteral ;
  geo-pos:lat "68.9127409349"^^xsd:decimal ;
  geo-pos:long "14.4341193403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-938'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4341193403'^^xsd:double;
  dwc:latitude '68.9127409349'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-938'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9127457373 14.4355683629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9127457373"^^xsd:decimal ;
  dwc:decimalLongitude "14.4355683629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9127457373 14.4355683629)"^^geo:wktLiteral ;
  geo-pos:lat "68.9127457373"^^xsd:decimal ;
  geo-pos:long "14.4355683629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-939'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4355683629'^^xsd:double;
  dwc:latitude '68.9127457373'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-939'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.91370468 14.4386399195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.91370468"^^xsd:decimal ;
  dwc:decimalLongitude "14.4386399195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.91370468 14.4386399195)"^^geo:wktLiteral ;
  geo-pos:lat "68.91370468"^^xsd:decimal ;
  geo-pos:long "14.4386399195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-940'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4386399195'^^xsd:double;
  dwc:latitude '68.91370468'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-940'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-941> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9129807335 14.4277895892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9129807335"^^xsd:decimal ;
  dwc:decimalLongitude "14.4277895892"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9129807335 14.4277895892)"^^geo:wktLiteral ;
  geo-pos:lat "68.9129807335"^^xsd:decimal ;
  geo-pos:long "14.4277895892"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-941'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4277895892'^^xsd:double;
  dwc:latitude '68.9129807335'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-941'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9101314691 14.4269412356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9101314691"^^xsd:decimal ;
  dwc:decimalLongitude "14.4269412356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9101314691 14.4269412356)"^^geo:wktLiteral ;
  geo-pos:lat "68.9101314691"^^xsd:decimal ;
  geo-pos:long "14.4269412356"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-942'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4269412356'^^xsd:double;
  dwc:latitude '68.9101314691'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-942'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9106871533 14.4229091199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9106871533"^^xsd:decimal ;
  dwc:decimalLongitude "14.4229091199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9106871533 14.4229091199)"^^geo:wktLiteral ;
  geo-pos:lat "68.9106871533"^^xsd:decimal ;
  geo-pos:long "14.4229091199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-943'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4229091199'^^xsd:double;
  dwc:latitude '68.9106871533'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-943'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9077065963 14.4395824155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9077065963"^^xsd:decimal ;
  dwc:decimalLongitude "14.4395824155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9077065963 14.4395824155)"^^geo:wktLiteral ;
  geo-pos:lat "68.9077065963"^^xsd:decimal ;
  geo-pos:long "14.4395824155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-944'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4395824155'^^xsd:double;
  dwc:latitude '68.9077065963'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-944'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8998244261 14.4303683186)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8998244261"^^xsd:decimal ;
  dwc:decimalLongitude "14.4303683186"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8998244261 14.4303683186)"^^geo:wktLiteral ;
  geo-pos:lat "68.8998244261"^^xsd:decimal ;
  geo-pos:long "14.4303683186"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-945'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4303683186'^^xsd:double;
  dwc:latitude '68.8998244261'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-945'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8995220213 14.4321535381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8995220213"^^xsd:decimal ;
  dwc:decimalLongitude "14.4321535381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8995220213 14.4321535381)"^^geo:wktLiteral ;
  geo-pos:lat "68.8995220213"^^xsd:decimal ;
  geo-pos:long "14.4321535381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-946'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4321535381'^^xsd:double;
  dwc:latitude '68.8995220213'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-946'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8992185044 14.4336095868)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8992185044"^^xsd:decimal ;
  dwc:decimalLongitude "14.4336095868"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8992185044 14.4336095868)"^^geo:wktLiteral ;
  geo-pos:lat "68.8992185044"^^xsd:decimal ;
  geo-pos:long "14.4336095868"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-947'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4336095868'^^xsd:double;
  dwc:latitude '68.8992185044'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-947'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9788946523 14.2518592171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9788946523"^^xsd:decimal ;
  dwc:decimalLongitude "14.2518592171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9788946523 14.2518592171)"^^geo:wktLiteral ;
  geo-pos:lat "68.9788946523"^^xsd:decimal ;
  geo-pos:long "14.2518592171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-948'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.2518592171'^^xsd:double;
  dwc:latitude '68.9788946523'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-948'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9711049855 14.2397018516)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9711049855"^^xsd:decimal ;
  dwc:decimalLongitude "14.2397018516"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9711049855 14.2397018516)"^^geo:wktLiteral ;
  geo-pos:lat "68.9711049855"^^xsd:decimal ;
  geo-pos:long "14.2397018516"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-949'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.2397018516'^^xsd:double;
  dwc:latitude '68.9711049855'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-949'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.967967679 14.249323204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.967967679"^^xsd:decimal ;
  dwc:decimalLongitude "14.249323204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.967967679 14.249323204)"^^geo:wktLiteral ;
  geo-pos:lat "68.967967679"^^xsd:decimal ;
  geo-pos:long "14.249323204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-950'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.249323204'^^xsd:double;
  dwc:latitude '68.967967679'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-950'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9525591781 14.2862889503)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9525591781"^^xsd:decimal ;
  dwc:decimalLongitude "14.2862889503"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9525591781 14.2862889503)"^^geo:wktLiteral ;
  geo-pos:lat "68.9525591781"^^xsd:decimal ;
  geo-pos:long "14.2862889503"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-951'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.2862889503'^^xsd:double;
  dwc:latitude '68.9525591781'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-951'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.904079798 14.4486238154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.904079798"^^xsd:decimal ;
  dwc:decimalLongitude "14.4486238154"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.904079798 14.4486238154)"^^geo:wktLiteral ;
  geo-pos:lat "68.904079798"^^xsd:decimal ;
  geo-pos:long "14.4486238154"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-952'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4486238154'^^xsd:double;
  dwc:latitude '68.904079798'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-952'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9017091559 14.4493415317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9017091559"^^xsd:decimal ;
  dwc:decimalLongitude "14.4493415317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9017091559 14.4493415317)"^^geo:wktLiteral ;
  geo-pos:lat "68.9017091559"^^xsd:decimal ;
  geo-pos:long "14.4493415317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-953'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4493415317'^^xsd:double;
  dwc:latitude '68.9017091559'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-953'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8986223666 14.4536549894)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8986223666"^^xsd:decimal ;
  dwc:decimalLongitude "14.4536549894"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8986223666 14.4536549894)"^^geo:wktLiteral ;
  geo-pos:lat "68.8986223666"^^xsd:decimal ;
  geo-pos:long "14.4536549894"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-954'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4536549894'^^xsd:double;
  dwc:latitude '68.8986223666'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-954'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8969563515 14.4521157281)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8969563515"^^xsd:decimal ;
  dwc:decimalLongitude "14.4521157281"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8969563515 14.4521157281)"^^geo:wktLiteral ;
  geo-pos:lat "68.8969563515"^^xsd:decimal ;
  geo-pos:long "14.4521157281"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-955'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4521157281'^^xsd:double;
  dwc:latitude '68.8969563515'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-955'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8947923455 14.4580951799)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8947923455"^^xsd:decimal ;
  dwc:decimalLongitude "14.4580951799"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8947923455 14.4580951799)"^^geo:wktLiteral ;
  geo-pos:lat "68.8947923455"^^xsd:decimal ;
  geo-pos:long "14.4580951799"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-956'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4580951799'^^xsd:double;
  dwc:latitude '68.8947923455'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-956'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8882844213 14.4712875648)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8882844213"^^xsd:decimal ;
  dwc:decimalLongitude "14.4712875648"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8882844213 14.4712875648)"^^geo:wktLiteral ;
  geo-pos:lat "68.8882844213"^^xsd:decimal ;
  geo-pos:long "14.4712875648"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-957'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4712875648'^^xsd:double;
  dwc:latitude '68.8882844213'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-957'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8880524451 14.4730045015)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8880524451"^^xsd:decimal ;
  dwc:decimalLongitude "14.4730045015"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8880524451 14.4730045015)"^^geo:wktLiteral ;
  geo-pos:lat "68.8880524451"^^xsd:decimal ;
  geo-pos:long "14.4730045015"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-958'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4730045015'^^xsd:double;
  dwc:latitude '68.8880524451'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-958'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8877275683 14.4753818257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8877275683"^^xsd:decimal ;
  dwc:decimalLongitude "14.4753818257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8877275683 14.4753818257)"^^geo:wktLiteral ;
  geo-pos:lat "68.8877275683"^^xsd:decimal ;
  geo-pos:long "14.4753818257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-959'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4753818257'^^xsd:double;
  dwc:latitude '68.8877275683'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-959'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8831392882 14.4803603322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8831392882"^^xsd:decimal ;
  dwc:decimalLongitude "14.4803603322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8831392882 14.4803603322)"^^geo:wktLiteral ;
  geo-pos:lat "68.8831392882"^^xsd:decimal ;
  geo-pos:long "14.4803603322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-960'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4803603322'^^xsd:double;
  dwc:latitude '68.8831392882'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-960'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8828135087 14.4824738106)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8828135087"^^xsd:decimal ;
  dwc:decimalLongitude "14.4824738106"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8828135087 14.4824738106)"^^geo:wktLiteral ;
  geo-pos:lat "68.8828135087"^^xsd:decimal ;
  geo-pos:long "14.4824738106"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-961'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4824738106'^^xsd:double;
  dwc:latitude '68.8828135087'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-961'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8824908856 14.4856400543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8824908856"^^xsd:decimal ;
  dwc:decimalLongitude "14.4856400543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8824908856 14.4856400543)"^^geo:wktLiteral ;
  geo-pos:lat "68.8824908856"^^xsd:decimal ;
  geo-pos:long "14.4856400543"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-962'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4856400543'^^xsd:double;
  dwc:latitude '68.8824908856'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-962'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8772410644 14.4916831116)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8772410644"^^xsd:decimal ;
  dwc:decimalLongitude "14.4916831116"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8772410644 14.4916831116)"^^geo:wktLiteral ;
  geo-pos:lat "68.8772410644"^^xsd:decimal ;
  geo-pos:long "14.4916831116"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-963'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4916831116'^^xsd:double;
  dwc:latitude '68.8772410644'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-963'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8917415809 14.4843717752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8917415809"^^xsd:decimal ;
  dwc:decimalLongitude "14.4843717752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8917415809 14.4843717752)"^^geo:wktLiteral ;
  geo-pos:lat "68.8917415809"^^xsd:decimal ;
  geo-pos:long "14.4843717752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-964'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4843717752'^^xsd:double;
  dwc:latitude '68.8917415809'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-964'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-965> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8921594917 14.481333626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8921594917"^^xsd:decimal ;
  dwc:decimalLongitude "14.481333626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8921594917 14.481333626)"^^geo:wktLiteral ;
  geo-pos:lat "68.8921594917"^^xsd:decimal ;
  geo-pos:long "14.481333626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-965'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.481333626'^^xsd:double;
  dwc:latitude '68.8921594917'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-965'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8917766364 14.4802892526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8917766364"^^xsd:decimal ;
  dwc:decimalLongitude "14.4802892526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8917766364 14.4802892526)"^^geo:wktLiteral ;
  geo-pos:lat "68.8917766364"^^xsd:decimal ;
  geo-pos:long "14.4802892526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-966'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4802892526'^^xsd:double;
  dwc:latitude '68.8917766364'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-966'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8927647505 14.4775009021)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8927647505"^^xsd:decimal ;
  dwc:decimalLongitude "14.4775009021"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8927647505 14.4775009021)"^^geo:wktLiteral ;
  geo-pos:lat "68.8927647505"^^xsd:decimal ;
  geo-pos:long "14.4775009021"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-967'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4775009021'^^xsd:double;
  dwc:latitude '68.8927647505'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-967'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8941123747 14.4836581374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8941123747"^^xsd:decimal ;
  dwc:decimalLongitude "14.4836581374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8941123747 14.4836581374)"^^geo:wktLiteral ;
  geo-pos:lat "68.8941123747"^^xsd:decimal ;
  geo-pos:long "14.4836581374"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-968'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4836581374'^^xsd:double;
  dwc:latitude '68.8941123747'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-968'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8956380033 14.4704534461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8956380033"^^xsd:decimal ;
  dwc:decimalLongitude "14.4704534461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8956380033 14.4704534461)"^^geo:wktLiteral ;
  geo-pos:lat "68.8956380033"^^xsd:decimal ;
  geo-pos:long "14.4704534461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-969'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4704534461'^^xsd:double;
  dwc:latitude '68.8956380033'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-969'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8958711844 14.469130942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8958711844"^^xsd:decimal ;
  dwc:decimalLongitude "14.469130942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8958711844 14.469130942)"^^geo:wktLiteral ;
  geo-pos:lat "68.8958711844"^^xsd:decimal ;
  geo-pos:long "14.469130942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-970'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.469130942'^^xsd:double;
  dwc:latitude '68.8958711844'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-970'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8963960653 14.4700402209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8963960653"^^xsd:decimal ;
  dwc:decimalLongitude "14.4700402209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8963960653 14.4700402209)"^^geo:wktLiteral ;
  geo-pos:lat "68.8963960653"^^xsd:decimal ;
  geo-pos:long "14.4700402209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-971'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4700402209'^^xsd:double;
  dwc:latitude '68.8963960653'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-971'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8969552628 14.4667343559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8969552628"^^xsd:decimal ;
  dwc:decimalLongitude "14.4667343559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8969552628 14.4667343559)"^^geo:wktLiteral ;
  geo-pos:lat "68.8969552628"^^xsd:decimal ;
  geo-pos:long "14.4667343559"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-972'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4667343559'^^xsd:double;
  dwc:latitude '68.8969552628'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-972'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.897804511 14.4651334428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.897804511"^^xsd:decimal ;
  dwc:decimalLongitude "14.4651334428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.897804511 14.4651334428)"^^geo:wktLiteral ;
  geo-pos:lat "68.897804511"^^xsd:decimal ;
  geo-pos:long "14.4651334428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-973'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4651334428'^^xsd:double;
  dwc:latitude '68.897804511'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-973'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8989017659 14.4669508695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8989017659"^^xsd:decimal ;
  dwc:decimalLongitude "14.4669508695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8989017659 14.4669508695)"^^geo:wktLiteral ;
  geo-pos:lat "68.8989017659"^^xsd:decimal ;
  geo-pos:long "14.4669508695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-974'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4669508695'^^xsd:double;
  dwc:latitude '68.8989017659'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-974'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8991299571 14.4640477096)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8991299571"^^xsd:decimal ;
  dwc:decimalLongitude "14.4640477096"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8991299571 14.4640477096)"^^geo:wktLiteral ;
  geo-pos:lat "68.8991299571"^^xsd:decimal ;
  geo-pos:long "14.4640477096"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-975'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4640477096'^^xsd:double;
  dwc:latitude '68.8991299571'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-975'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.899928814 14.4615257421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.899928814"^^xsd:decimal ;
  dwc:decimalLongitude "14.4615257421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.899928814 14.4615257421)"^^geo:wktLiteral ;
  geo-pos:lat "68.899928814"^^xsd:decimal ;
  geo-pos:long "14.4615257421"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-976'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4615257421'^^xsd:double;
  dwc:latitude '68.899928814'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-976'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9004857511 14.457560585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9004857511"^^xsd:decimal ;
  dwc:decimalLongitude "14.457560585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9004857511 14.457560585)"^^geo:wktLiteral ;
  geo-pos:lat "68.9004857511"^^xsd:decimal ;
  geo-pos:long "14.457560585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-977'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.457560585'^^xsd:double;
  dwc:latitude '68.9004857511'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-977'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9012421024 14.4566199696)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9012421024"^^xsd:decimal ;
  dwc:decimalLongitude "14.4566199696"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9012421024 14.4566199696)"^^geo:wktLiteral ;
  geo-pos:lat "68.9012421024"^^xsd:decimal ;
  geo-pos:long "14.4566199696"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-978'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.4566199696'^^xsd:double;
  dwc:latitude '68.9012421024'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-978'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8914532002 14.3965568088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8914532002"^^xsd:decimal ;
  dwc:decimalLongitude "14.3965568088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8914532002 14.3965568088)"^^geo:wktLiteral ;
  geo-pos:lat "68.8914532002"^^xsd:decimal ;
  geo-pos:long "14.3965568088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-979'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3965568088'^^xsd:double;
  dwc:latitude '68.8914532002'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-979'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9062549635 14.35609923)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9062549635"^^xsd:decimal ;
  dwc:decimalLongitude "14.35609923"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9062549635 14.35609923)"^^geo:wktLiteral ;
  geo-pos:lat "68.9062549635"^^xsd:decimal ;
  geo-pos:long "14.35609923"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-980'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.35609923'^^xsd:double;
  dwc:latitude '68.9062549635'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-980'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9066880188 14.3576677299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9066880188"^^xsd:decimal ;
  dwc:decimalLongitude "14.3576677299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9066880188 14.3576677299)"^^geo:wktLiteral ;
  geo-pos:lat "68.9066880188"^^xsd:decimal ;
  geo-pos:long "14.3576677299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-981'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3576677299'^^xsd:double;
  dwc:latitude '68.9066880188'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-981'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.906697926 14.3603026197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.906697926"^^xsd:decimal ;
  dwc:decimalLongitude "14.3603026197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.906697926 14.3603026197)"^^geo:wktLiteral ;
  geo-pos:lat "68.906697926"^^xsd:decimal ;
  geo-pos:long "14.3603026197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-982'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3603026197'^^xsd:double;
  dwc:latitude '68.906697926'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-982'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.907324703 14.3629197437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.907324703"^^xsd:decimal ;
  dwc:decimalLongitude "14.3629197437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.907324703 14.3629197437)"^^geo:wktLiteral ;
  geo-pos:lat "68.907324703"^^xsd:decimal ;
  geo-pos:long "14.3629197437"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-983'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3629197437'^^xsd:double;
  dwc:latitude '68.907324703'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-983'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9000616752 14.3624702701)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9000616752"^^xsd:decimal ;
  dwc:decimalLongitude "14.3624702701"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9000616752 14.3624702701)"^^geo:wktLiteral ;
  geo-pos:lat "68.9000616752"^^xsd:decimal ;
  geo-pos:long "14.3624702701"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-984'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3624702701'^^xsd:double;
  dwc:latitude '68.9000616752'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-984'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8993048619 14.3631506488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8993048619"^^xsd:decimal ;
  dwc:decimalLongitude "14.3631506488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8993048619 14.3631506488)"^^geo:wktLiteral ;
  geo-pos:lat "68.8993048619"^^xsd:decimal ;
  geo-pos:long "14.3631506488"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-985'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3631506488'^^xsd:double;
  dwc:latitude '68.8993048619'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-985'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8993572327 14.3644662923)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8993572327"^^xsd:decimal ;
  dwc:decimalLongitude "14.3644662923"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8993572327 14.3644662923)"^^geo:wktLiteral ;
  geo-pos:lat "68.8993572327"^^xsd:decimal ;
  geo-pos:long "14.3644662923"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-986'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3644662923'^^xsd:double;
  dwc:latitude '68.8993572327'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-986'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8955770023 14.368920698)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8955770023"^^xsd:decimal ;
  dwc:decimalLongitude "14.368920698"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8955770023 14.368920698)"^^geo:wktLiteral ;
  geo-pos:lat "68.8955770023"^^xsd:decimal ;
  geo-pos:long "14.368920698"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-987'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.368920698'^^xsd:double;
  dwc:latitude '68.8955770023'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-987'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8951673982 14.3736732173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8951673982"^^xsd:decimal ;
  dwc:decimalLongitude "14.3736732173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8951673982 14.3736732173)"^^geo:wktLiteral ;
  geo-pos:lat "68.8951673982"^^xsd:decimal ;
  geo-pos:long "14.3736732173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-988'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3736732173'^^xsd:double;
  dwc:latitude '68.8951673982'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-988'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.895277743 14.3778841929)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.895277743"^^xsd:decimal ;
  dwc:decimalLongitude "14.3778841929"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.895277743 14.3778841929)"^^geo:wktLiteral ;
  geo-pos:lat "68.895277743"^^xsd:decimal ;
  geo-pos:long "14.3778841929"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-989'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3778841929'^^xsd:double;
  dwc:latitude '68.895277743'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-989'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8976723163 14.3708365197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8976723163"^^xsd:decimal ;
  dwc:decimalLongitude "14.3708365197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8976723163 14.3708365197)"^^geo:wktLiteral ;
  geo-pos:lat "68.8976723163"^^xsd:decimal ;
  geo-pos:long "14.3708365197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-990'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3708365197'^^xsd:double;
  dwc:latitude '68.8976723163'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-990'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8982630675 14.3766148923)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8982630675"^^xsd:decimal ;
  dwc:decimalLongitude "14.3766148923"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8982630675 14.3766148923)"^^geo:wktLiteral ;
  geo-pos:lat "68.8982630675"^^xsd:decimal ;
  geo-pos:long "14.3766148923"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-991'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3766148923'^^xsd:double;
  dwc:latitude '68.8982630675'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-991'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9000469993 14.3712958742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9000469993"^^xsd:decimal ;
  dwc:decimalLongitude "14.3712958742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9000469993 14.3712958742)"^^geo:wktLiteral ;
  geo-pos:lat "68.9000469993"^^xsd:decimal ;
  geo-pos:long "14.3712958742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-992'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3712958742'^^xsd:double;
  dwc:latitude '68.9000469993'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-992'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-993> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9003728583 14.3695742423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9003728583"^^xsd:decimal ;
  dwc:decimalLongitude "14.3695742423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9003728583 14.3695742423)"^^geo:wktLiteral ;
  geo-pos:lat "68.9003728583"^^xsd:decimal ;
  geo-pos:long "14.3695742423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-993'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3695742423'^^xsd:double;
  dwc:latitude '68.9003728583'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-993'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9006677948 14.3723320165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9006677948"^^xsd:decimal ;
  dwc:decimalLongitude "14.3723320165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9006677948 14.3723320165)"^^geo:wktLiteral ;
  geo-pos:lat "68.9006677948"^^xsd:decimal ;
  geo-pos:long "14.3723320165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-994'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3723320165'^^xsd:double;
  dwc:latitude '68.9006677948'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-994'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.900626153 14.3739138672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.900626153"^^xsd:decimal ;
  dwc:decimalLongitude "14.3739138672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.900626153 14.3739138672)"^^geo:wktLiteral ;
  geo-pos:lat "68.900626153"^^xsd:decimal ;
  geo-pos:long "14.3739138672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-995'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3739138672'^^xsd:double;
  dwc:latitude '68.900626153'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-995'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-996> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9024467877 14.3786047424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9024467877"^^xsd:decimal ;
  dwc:decimalLongitude "14.3786047424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9024467877 14.3786047424)"^^geo:wktLiteral ;
  geo-pos:lat "68.9024467877"^^xsd:decimal ;
  geo-pos:long "14.3786047424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-996'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3786047424'^^xsd:double;
  dwc:latitude '68.9024467877'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-996'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9023829478 14.3741276184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9023829478"^^xsd:decimal ;
  dwc:decimalLongitude "14.3741276184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9023829478 14.3741276184)"^^geo:wktLiteral ;
  geo-pos:lat "68.9023829478"^^xsd:decimal ;
  geo-pos:long "14.3741276184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-997'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3741276184'^^xsd:double;
  dwc:latitude '68.9023829478'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-997'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8997035111 14.3811844014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8997035111"^^xsd:decimal ;
  dwc:decimalLongitude "14.3811844014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8997035111 14.3811844014)"^^geo:wktLiteral ;
  geo-pos:lat "68.8997035111"^^xsd:decimal ;
  geo-pos:long "14.3811844014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-998'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3811844014'^^xsd:double;
  dwc:latitude '68.8997035111'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-998'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8983828886 14.3834603834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8983828886"^^xsd:decimal ;
  dwc:decimalLongitude "14.3834603834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8983828886 14.3834603834)"^^geo:wktLiteral ;
  geo-pos:lat "68.8983828886"^^xsd:decimal ;
  geo-pos:long "14.3834603834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-999'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3834603834'^^xsd:double;
  dwc:latitude '68.8983828886'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-999'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8971845045 14.3933713963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8971845045"^^xsd:decimal ;
  dwc:decimalLongitude "14.3933713963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8971845045 14.3933713963)"^^geo:wktLiteral ;
  geo-pos:lat "68.8971845045"^^xsd:decimal ;
  geo-pos:long "14.3933713963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1000'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3933713963'^^xsd:double;
  dwc:latitude '68.8971845045'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1000'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8975204363 14.3944158164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8975204363"^^xsd:decimal ;
  dwc:decimalLongitude "14.3944158164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8975204363 14.3944158164)"^^geo:wktLiteral ;
  geo-pos:lat "68.8975204363"^^xsd:decimal ;
  geo-pos:long "14.3944158164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1001'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3944158164'^^xsd:double;
  dwc:latitude '68.8975204363'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1001'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8994064335 14.3909396159)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8994064335"^^xsd:decimal ;
  dwc:decimalLongitude "14.3909396159"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8994064335 14.3909396159)"^^geo:wktLiteral ;
  geo-pos:lat "68.8994064335"^^xsd:decimal ;
  geo-pos:long "14.3909396159"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1002'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3909396159'^^xsd:double;
  dwc:latitude '68.8994064335'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1002'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8998772145 14.389872916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8998772145"^^xsd:decimal ;
  dwc:decimalLongitude "14.389872916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8998772145 14.389872916)"^^geo:wktLiteral ;
  geo-pos:lat "68.8998772145"^^xsd:decimal ;
  geo-pos:long "14.389872916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1003'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.389872916'^^xsd:double;
  dwc:latitude '68.8998772145'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1003'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9003564736 14.3911769061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9003564736"^^xsd:decimal ;
  dwc:decimalLongitude "14.3911769061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9003564736 14.3911769061)"^^geo:wktLiteral ;
  geo-pos:lat "68.9003564736"^^xsd:decimal ;
  geo-pos:long "14.3911769061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1004'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3911769061'^^xsd:double;
  dwc:latitude '68.9003564736'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1004'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1005> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9014413406 14.3893028762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9014413406"^^xsd:decimal ;
  dwc:decimalLongitude "14.3893028762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9014413406 14.3893028762)"^^geo:wktLiteral ;
  geo-pos:lat "68.9014413406"^^xsd:decimal ;
  geo-pos:long "14.3893028762"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1005'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3893028762'^^xsd:double;
  dwc:latitude '68.9014413406'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1005'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9008248983 14.3894516138)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9008248983"^^xsd:decimal ;
  dwc:decimalLongitude "14.3894516138"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9008248983 14.3894516138)"^^geo:wktLiteral ;
  geo-pos:lat "68.9008248983"^^xsd:decimal ;
  geo-pos:long "14.3894516138"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1006'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3894516138'^^xsd:double;
  dwc:latitude '68.9008248983'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1006'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9008163895 14.3870808291)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9008163895"^^xsd:decimal ;
  dwc:decimalLongitude "14.3870808291"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9008163895 14.3870808291)"^^geo:wktLiteral ;
  geo-pos:lat "68.9008163895"^^xsd:decimal ;
  geo-pos:long "14.3870808291"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1007'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3870808291'^^xsd:double;
  dwc:latitude '68.9008163895'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1007'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9025247661 14.3870335011)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9025247661"^^xsd:decimal ;
  dwc:decimalLongitude "14.3870335011"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9025247661 14.3870335011)"^^geo:wktLiteral ;
  geo-pos:lat "68.9025247661"^^xsd:decimal ;
  geo-pos:long "14.3870335011"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1008'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3870335011'^^xsd:double;
  dwc:latitude '68.9025247661'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1008'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9036622621 14.3866067634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9036622621"^^xsd:decimal ;
  dwc:decimalLongitude "14.3866067634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9036622621 14.3866067634)"^^geo:wktLiteral ;
  geo-pos:lat "68.9036622621"^^xsd:decimal ;
  geo-pos:long "14.3866067634"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1009'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3866067634'^^xsd:double;
  dwc:latitude '68.9036622621'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1009'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.904609463 14.3860535157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.904609463"^^xsd:decimal ;
  dwc:decimalLongitude "14.3860535157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.904609463 14.3860535157)"^^geo:wktLiteral ;
  geo-pos:lat "68.904609463"^^xsd:decimal ;
  geo-pos:long "14.3860535157"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1010'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3860535157'^^xsd:double;
  dwc:latitude '68.904609463'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1010'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9047683707 14.3906602448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9047683707"^^xsd:decimal ;
  dwc:decimalLongitude "14.3906602448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9047683707 14.3906602448)"^^geo:wktLiteral ;
  geo-pos:lat "68.9047683707"^^xsd:decimal ;
  geo-pos:long "14.3906602448"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1011'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3906602448'^^xsd:double;
  dwc:latitude '68.9047683707'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1011'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9070680827 14.3834818219)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9070680827"^^xsd:decimal ;
  dwc:decimalLongitude "14.3834818219"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9070680827 14.3834818219)"^^geo:wktLiteral ;
  geo-pos:lat "68.9070680827"^^xsd:decimal ;
  geo-pos:long "14.3834818219"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1012'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.3834818219'^^xsd:double;
  dwc:latitude '68.9070680827'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1012'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8725113463 14.517641799)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8725113463"^^xsd:decimal ;
  dwc:decimalLongitude "14.517641799"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8725113463 14.517641799)"^^geo:wktLiteral ;
  geo-pos:lat "68.8725113463"^^xsd:decimal ;
  geo-pos:long "14.517641799"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1013'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.517641799'^^xsd:double;
  dwc:latitude '68.8725113463'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1013'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.0054435273 14.2442909355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.0054435273"^^xsd:decimal ;
  dwc:decimalLongitude "14.2442909355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.0054435273 14.2442909355)"^^geo:wktLiteral ;
  geo-pos:lat "69.0054435273"^^xsd:decimal ;
  geo-pos:long "14.2442909355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1014'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.2442909355'^^xsd:double;
  dwc:latitude '69.0054435273'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1014'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.0079399148 14.2453634077)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.0079399148"^^xsd:decimal ;
  dwc:decimalLongitude "14.2453634077"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.0079399148 14.2453634077)"^^geo:wktLiteral ;
  geo-pos:lat "69.0079399148"^^xsd:decimal ;
  geo-pos:long "14.2453634077"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1015'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.2453634077'^^xsd:double;
  dwc:latitude '69.0079399148'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1015'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.0084803187 14.2468340411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.0084803187"^^xsd:decimal ;
  dwc:decimalLongitude "14.2468340411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.0084803187 14.2468340411)"^^geo:wktLiteral ;
  geo-pos:lat "69.0084803187"^^xsd:decimal ;
  geo-pos:long "14.2468340411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1016'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.2468340411'^^xsd:double;
  dwc:latitude '69.0084803187'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1016'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.0081490815 14.2524710395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.0081490815"^^xsd:decimal ;
  dwc:decimalLongitude "14.2524710395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.0081490815 14.2524710395)"^^geo:wktLiteral ;
  geo-pos:lat "69.0081490815"^^xsd:decimal ;
  geo-pos:long "14.2524710395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1017'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.2524710395'^^xsd:double;
  dwc:latitude '69.0081490815'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1017'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.0088159799 14.2557576902)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.0088159799"^^xsd:decimal ;
  dwc:decimalLongitude "14.2557576902"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.0088159799 14.2557576902)"^^geo:wktLiteral ;
  geo-pos:lat "69.0088159799"^^xsd:decimal ;
  geo-pos:long "14.2557576902"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1018'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.2557576902'^^xsd:double;
  dwc:latitude '69.0088159799'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1018'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.0098851113 14.2560524698)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.0098851113"^^xsd:decimal ;
  dwc:decimalLongitude "14.2560524698"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.0098851113 14.2560524698)"^^geo:wktLiteral ;
  geo-pos:lat "69.0098851113"^^xsd:decimal ;
  geo-pos:long "14.2560524698"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1019'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.2560524698'^^xsd:double;
  dwc:latitude '69.0098851113'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1019'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.0111517288 14.2472390311)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.0111517288"^^xsd:decimal ;
  dwc:decimalLongitude "14.2472390311"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.0111517288 14.2472390311)"^^geo:wktLiteral ;
  geo-pos:lat "69.0111517288"^^xsd:decimal ;
  geo-pos:long "14.2472390311"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1020'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.2472390311'^^xsd:double;
  dwc:latitude '69.0111517288'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1020'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.0117131097 14.253508341)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.0117131097"^^xsd:decimal ;
  dwc:decimalLongitude "14.253508341"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.0117131097 14.253508341)"^^geo:wktLiteral ;
  geo-pos:lat "69.0117131097"^^xsd:decimal ;
  geo-pos:long "14.253508341"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1021'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.253508341'^^xsd:double;
  dwc:latitude '69.0117131097'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1021'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9991617702 14.2593919649)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9991617702"^^xsd:decimal ;
  dwc:decimalLongitude "14.2593919649"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9991617702 14.2593919649)"^^geo:wktLiteral ;
  geo-pos:lat "68.9991617702"^^xsd:decimal ;
  geo-pos:long "14.2593919649"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1022'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.2593919649'^^xsd:double;
  dwc:latitude '68.9991617702'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1022'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.0000529474 14.259692779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.0000529474"^^xsd:decimal ;
  dwc:decimalLongitude "14.259692779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.0000529474 14.259692779)"^^geo:wktLiteral ;
  geo-pos:lat "69.0000529474"^^xsd:decimal ;
  geo-pos:long "14.259692779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1023'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.259692779'^^xsd:double;
  dwc:latitude '69.0000529474'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1023'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9901706186 14.2654807174)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9901706186"^^xsd:decimal ;
  dwc:decimalLongitude "14.2654807174"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9901706186 14.2654807174)"^^geo:wktLiteral ;
  geo-pos:lat "68.9901706186"^^xsd:decimal ;
  geo-pos:long "14.2654807174"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1024'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.2654807174'^^xsd:double;
  dwc:latitude '68.9901706186'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1024'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9854173629 14.2777053264)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9854173629"^^xsd:decimal ;
  dwc:decimalLongitude "14.2777053264"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9854173629 14.2777053264)"^^geo:wktLiteral ;
  geo-pos:lat "68.9854173629"^^xsd:decimal ;
  geo-pos:long "14.2777053264"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1025'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.2777053264'^^xsd:double;
  dwc:latitude '68.9854173629'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1025'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1026> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.0169030778 14.260118754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.0169030778"^^xsd:decimal ;
  dwc:decimalLongitude "14.260118754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.0169030778 14.260118754)"^^geo:wktLiteral ;
  geo-pos:lat "69.0169030778"^^xsd:decimal ;
  geo-pos:long "14.260118754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1026'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.260118754'^^xsd:double;
  dwc:latitude '69.0169030778'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1026'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.0175050979 14.2485113409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.0175050979"^^xsd:decimal ;
  dwc:decimalLongitude "14.2485113409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.0175050979 14.2485113409)"^^geo:wktLiteral ;
  geo-pos:lat "69.0175050979"^^xsd:decimal ;
  geo-pos:long "14.2485113409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1027'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.2485113409'^^xsd:double;
  dwc:latitude '69.0175050979'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1027'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.0128924197 14.2384081504)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.0128924197"^^xsd:decimal ;
  dwc:decimalLongitude "14.2384081504"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.0128924197 14.2384081504)"^^geo:wktLiteral ;
  geo-pos:lat "69.0128924197"^^xsd:decimal ;
  geo-pos:long "14.2384081504"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "50"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1028'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '14.2384081504'^^xsd:double;
  dwc:latitude '69.0128924197'^^xsd:double;
  dwc:coordinatePrecision '50'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1028'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.615833 6.216411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.615833"^^xsd:decimal ;
  dwc:decimalLongitude "6.216411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "327"^^xsd:integer ;
  dwc:maximumDepthInMeters "328"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.615833 6.216411)"^^geo:wktLiteral ;
  geo-pos:lat "64.615833"^^xsd:decimal ;
  geo-pos:long "6.216411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1029'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '6.216411'^^xsd:double;
  dwc:latitude '64.615833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '327'^^xsd:integer;
  dwc:maximumDepth '328'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1029'^^xsd:string;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.617048 6.218798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.617048"^^xsd:decimal ;
  dwc:decimalLongitude "6.218798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "331"^^xsd:integer ;
  dwc:maximumDepthInMeters "332"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.617048 6.218798)"^^geo:wktLiteral ;
  geo-pos:lat "64.617048"^^xsd:decimal ;
  geo-pos:long "6.218798"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1030'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '6.218798'^^xsd:double;
  dwc:latitude '64.617048'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '331'^^xsd:integer;
  dwc:maximumDepth '332'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1030'^^xsd:string;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.618143 6.220949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.618143"^^xsd:decimal ;
  dwc:decimalLongitude "6.220949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "331"^^xsd:integer ;
  dwc:maximumDepthInMeters "332"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.618143 6.220949)"^^geo:wktLiteral ;
  geo-pos:lat "64.618143"^^xsd:decimal ;
  geo-pos:long "6.220949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1031'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '6.220949'^^xsd:double;
  dwc:latitude '64.618143'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '331'^^xsd:integer;
  dwc:maximumDepth '332'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1031'^^xsd:string;
  dwc:observationDate '2015-08-22'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.766559 6.170786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.766559"^^xsd:decimal ;
  dwc:decimalLongitude "6.170786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "309"^^xsd:integer ;
  dwc:maximumDepthInMeters "316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.766559 6.170786)"^^geo:wktLiteral ;
  geo-pos:lat "64.766559"^^xsd:decimal ;
  geo-pos:long "6.170786"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1032'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '6.170786'^^xsd:double;
  dwc:latitude '64.766559'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '309'^^xsd:integer;
  dwc:maximumDepth '316'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1032'^^xsd:string;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.834148 5.915399)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.834148"^^xsd:decimal ;
  dwc:decimalLongitude "5.915399"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "337"^^xsd:integer ;
  dwc:maximumDepthInMeters "338"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.834148 5.915399)"^^geo:wktLiteral ;
  geo-pos:lat "64.834148"^^xsd:decimal ;
  geo-pos:long "5.915399"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1033'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.915399'^^xsd:double;
  dwc:latitude '64.834148'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '337'^^xsd:integer;
  dwc:maximumDepth '338'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1033'^^xsd:string;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.664912 7.733489)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.664912"^^xsd:decimal ;
  dwc:decimalLongitude "7.733489"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "338"^^xsd:integer ;
  dwc:maximumDepthInMeters "339"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.664912 7.733489)"^^geo:wktLiteral ;
  geo-pos:lat "66.664912"^^xsd:decimal ;
  geo-pos:long "7.733489"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1034'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '7.733489'^^xsd:double;
  dwc:latitude '66.664912'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '338'^^xsd:integer;
  dwc:maximumDepth '339'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1034'^^xsd:string;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.745613 8.083822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.745613"^^xsd:decimal ;
  dwc:decimalLongitude "8.083822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "291"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.745613 8.083822)"^^geo:wktLiteral ;
  geo-pos:lat "66.745613"^^xsd:decimal ;
  geo-pos:long "8.083822"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1035'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '8.083822'^^xsd:double;
  dwc:latitude '66.745613'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '291'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1035'^^xsd:string;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.743324 8.075792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.743324"^^xsd:decimal ;
  dwc:decimalLongitude "8.075792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "388"^^xsd:integer ;
  dwc:maximumDepthInMeters "291"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.743324 8.075792)"^^geo:wktLiteral ;
  geo-pos:lat "66.743324"^^xsd:decimal ;
  geo-pos:long "8.075792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1036'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '8.075792'^^xsd:double;
  dwc:latitude '66.743324'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '388'^^xsd:integer;
  dwc:maximumDepth '291'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1036'^^xsd:string;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.869061 8.149799)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.869061"^^xsd:decimal ;
  dwc:decimalLongitude "8.149799"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "385"^^xsd:integer ;
  dwc:maximumDepthInMeters "386"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.869061 8.149799)"^^geo:wktLiteral ;
  geo-pos:lat "66.869061"^^xsd:decimal ;
  geo-pos:long "8.149799"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1037'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '8.149799'^^xsd:double;
  dwc:latitude '66.869061'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '385'^^xsd:integer;
  dwc:maximumDepth '386'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1037'^^xsd:string;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.866573 8.143911)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.866573"^^xsd:decimal ;
  dwc:decimalLongitude "8.143911"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "385"^^xsd:integer ;
  dwc:maximumDepthInMeters "386"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.866573 8.143911)"^^geo:wktLiteral ;
  geo-pos:lat "66.866573"^^xsd:decimal ;
  geo-pos:long "8.143911"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1038'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '8.143911'^^xsd:double;
  dwc:latitude '66.866573'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '385'^^xsd:integer;
  dwc:maximumDepth '386'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1038'^^xsd:string;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.966223 8.319601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.966223"^^xsd:decimal ;
  dwc:decimalLongitude "8.319601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "316"^^xsd:integer ;
  dwc:maximumDepthInMeters "317"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.966223 8.319601)"^^geo:wktLiteral ;
  geo-pos:lat "66.966223"^^xsd:decimal ;
  geo-pos:long "8.319601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1039'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '8.319601'^^xsd:double;
  dwc:latitude '66.966223'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '316'^^xsd:integer;
  dwc:maximumDepth '317'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1039'^^xsd:string;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.963472 8.313062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.963472"^^xsd:decimal ;
  dwc:decimalLongitude "8.313062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "321"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.963472 8.313062)"^^geo:wktLiteral ;
  geo-pos:lat "66.963472"^^xsd:decimal ;
  geo-pos:long "8.313062"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1040'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '8.313062'^^xsd:double;
  dwc:latitude '66.963472'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '321'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1040'^^xsd:string;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9538596562 6.64826169666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.9538596562"^^xsd:decimal ;
  dwc:decimalLongitude "6.64826169666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165"^^xsd:integer ;
  dwc:maximumDepthInMeters "173"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.9538596562 6.64826169666)"^^geo:wktLiteral ;
  geo-pos:lat "62.9538596562"^^xsd:decimal ;
  geo-pos:long "6.64826169666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1041'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '6.64826169666'^^xsd:double;
  dwc:latitude '62.9538596562'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '165'^^xsd:integer;
  dwc:maximumDepth '173'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1041'^^xsd:string;
  dwc:observationDate '2012-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.0074841018 6.76551774655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.0074841018"^^xsd:decimal ;
  dwc:decimalLongitude "6.76551774655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "209"^^xsd:integer ;
  dwc:maximumDepthInMeters "222"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.0074841018 6.76551774655)"^^geo:wktLiteral ;
  geo-pos:lat "63.0074841018"^^xsd:decimal ;
  geo-pos:long "6.76551774655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1042'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '6.76551774655'^^xsd:double;
  dwc:latitude '63.0074841018'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '209'^^xsd:integer;
  dwc:maximumDepth '222'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1042'^^xsd:string;
  dwc:observationDate '2012-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.309838 5.16022)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.309838"^^xsd:decimal ;
  dwc:decimalLongitude "5.16022"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "225"^^xsd:integer ;
  dwc:maximumDepthInMeters "243"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.309838 5.16022)"^^geo:wktLiteral ;
  geo-pos:lat "62.309838"^^xsd:decimal ;
  geo-pos:long "5.16022"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1043'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '5.16022'^^xsd:double;
  dwc:latitude '62.309838'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '225'^^xsd:integer;
  dwc:maximumDepth '243'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1043'^^xsd:string;
  dwc:observationDate '2012-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.747908666667 6.9556588333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.747908666667"^^xsd:decimal ;
  dwc:decimalLongitude "6.9556588333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "272"^^xsd:integer ;
  dwc:maximumDepthInMeters "274"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.747908666667 6.9556588333333)"^^geo:wktLiteral ;
  geo-pos:lat "62.747908666667"^^xsd:decimal ;
  geo-pos:long "6.9556588333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1044'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '6.9556588333333'^^xsd:double;
  dwc:latitude '62.747908666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '272'^^xsd:integer;
  dwc:maximumDepth '274'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1044'^^xsd:string;
  dwc:observationDate '2012-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.2484475435 6.69619703095)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.2484475435"^^xsd:decimal ;
  dwc:decimalLongitude "6.69619703095"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "337"^^xsd:integer ;
  dwc:maximumDepthInMeters "336"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.2484475435 6.69619703095)"^^geo:wktLiteral ;
  geo-pos:lat "66.2484475435"^^xsd:decimal ;
  geo-pos:long "6.69619703095"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1045'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '6.69619703095'^^xsd:double;
  dwc:latitude '66.2484475435'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '337'^^xsd:integer;
  dwc:maximumDepth '336'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1045'^^xsd:string;
  dwc:observationDate '2013-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.742018 6.004873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.742018"^^xsd:decimal ;
  dwc:decimalLongitude "6.004873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "343"^^xsd:integer ;
  dwc:maximumDepthInMeters "345"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.742018 6.004873)"^^geo:wktLiteral ;
  geo-pos:lat "65.742018"^^xsd:decimal ;
  geo-pos:long "6.004873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1046'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '6.004873'^^xsd:double;
  dwc:latitude '65.742018'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '343'^^xsd:integer;
  dwc:maximumDepth '345'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1046'^^xsd:string;
  dwc:observationDate '2013-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.668637 5.921656)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.668637"^^xsd:decimal ;
  dwc:decimalLongitude "5.921656"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "345"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.668637 5.921656)"^^geo:wktLiteral ;
  geo-pos:lat "65.668637"^^xsd:decimal ;
  geo-pos:long "5.921656"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1047'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.921656'^^xsd:double;
  dwc:latitude '65.668637'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '345'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1047'^^xsd:string;
  dwc:observationDate '2013-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.3394067944 6.06554482671)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.3394067944"^^xsd:decimal ;
  dwc:decimalLongitude "6.06554482671"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "331"^^xsd:integer ;
  dwc:maximumDepthInMeters "332"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.3394067944 6.06554482671)"^^geo:wktLiteral ;
  geo-pos:lat "65.3394067944"^^xsd:decimal ;
  geo-pos:long "6.06554482671"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1048'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '6.06554482671'^^xsd:double;
  dwc:latitude '65.3394067944'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '331'^^xsd:integer;
  dwc:maximumDepth '332'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1048'^^xsd:string;
  dwc:observationDate '2013-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.483641 3.152002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.483641"^^xsd:decimal ;
  dwc:decimalLongitude "3.152002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "327"^^xsd:integer ;
  dwc:maximumDepthInMeters "353"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.483641 3.152002)"^^geo:wktLiteral ;
  geo-pos:lat "62.483641"^^xsd:decimal ;
  geo-pos:long "3.152002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1049'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '3.152002'^^xsd:double;
  dwc:latitude '62.483641'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '327'^^xsd:integer;
  dwc:maximumDepth '353'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1049'^^xsd:string;
  dwc:observationDate '2013-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.483906 3.157181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.483906"^^xsd:decimal ;
  dwc:decimalLongitude "3.157181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "347"^^xsd:integer ;
  dwc:maximumDepthInMeters "351"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.483906 3.157181)"^^geo:wktLiteral ;
  geo-pos:lat "62.483906"^^xsd:decimal ;
  geo-pos:long "3.157181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1050'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '3.157181'^^xsd:double;
  dwc:latitude '62.483906'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '347'^^xsd:integer;
  dwc:maximumDepth '351'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1050'^^xsd:string;
  dwc:observationDate '2013-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.67285 3.613675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.67285"^^xsd:decimal ;
  dwc:decimalLongitude "3.613675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "443"^^xsd:integer ;
  dwc:maximumDepthInMeters "444"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.67285 3.613675)"^^geo:wktLiteral ;
  geo-pos:lat "62.67285"^^xsd:decimal ;
  geo-pos:long "3.613675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1051'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '3.613675'^^xsd:double;
  dwc:latitude '62.67285'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '443'^^xsd:integer;
  dwc:maximumDepth '444'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1051'^^xsd:string;
  dwc:observationDate '2013-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.685211 4.029532)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.685211"^^xsd:decimal ;
  dwc:decimalLongitude "4.029532"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "329"^^xsd:integer ;
  dwc:maximumDepthInMeters "331"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.685211 4.029532)"^^geo:wktLiteral ;
  geo-pos:lat "62.685211"^^xsd:decimal ;
  geo-pos:long "4.029532"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1052'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.029532'^^xsd:double;
  dwc:latitude '62.685211'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '329'^^xsd:integer;
  dwc:maximumDepth '331'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1052'^^xsd:string;
  dwc:observationDate '2013-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.223619 5.336957)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.223619"^^xsd:decimal ;
  dwc:decimalLongitude "5.336957"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "302"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.223619 5.336957)"^^geo:wktLiteral ;
  geo-pos:lat "63.223619"^^xsd:decimal ;
  geo-pos:long "5.336957"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1053'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.336957'^^xsd:double;
  dwc:latitude '63.223619'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '302'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1053'^^xsd:string;
  dwc:observationDate '2013-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.771844 9.86693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.771844"^^xsd:decimal ;
  dwc:decimalLongitude "9.86693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "297"^^xsd:integer ;
  dwc:maximumDepthInMeters "311"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.771844 9.86693)"^^geo:wktLiteral ;
  geo-pos:lat "64.771844"^^xsd:decimal ;
  geo-pos:long "9.86693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1054'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '9.86693'^^xsd:double;
  dwc:latitude '64.771844'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '297'^^xsd:integer;
  dwc:maximumDepth '311'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1054'^^xsd:string;
  dwc:observationDate '2013-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.771331 9.873938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.771331"^^xsd:decimal ;
  dwc:decimalLongitude "9.873938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "311"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.771331 9.873938)"^^geo:wktLiteral ;
  geo-pos:lat "64.771331"^^xsd:decimal ;
  geo-pos:long "9.873938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1055'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '9.873938'^^xsd:double;
  dwc:latitude '64.771331'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '311'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1055'^^xsd:string;
  dwc:observationDate '2013-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.35166 22.215358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.35166"^^xsd:decimal ;
  dwc:decimalLongitude "22.215358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "349"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.35166 22.215358)"^^geo:wktLiteral ;
  geo-pos:lat "70.35166"^^xsd:decimal ;
  geo-pos:long "22.215358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1056'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '22.215358'^^xsd:double;
  dwc:latitude '70.35166'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '349'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1056'^^xsd:string;
  dwc:observationDate '2006-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.264296 22.481865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.264296"^^xsd:decimal ;
  dwc:decimalLongitude "22.481865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.264296 22.481865)"^^geo:wktLiteral ;
  geo-pos:lat "70.264296"^^xsd:decimal ;
  geo-pos:long "22.481865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1057'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '22.481865'^^xsd:double;
  dwc:latitude '70.264296'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1057'^^xsd:string;
  dwc:observationDate '2007-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.266279 22.479067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.266279"^^xsd:decimal ;
  dwc:decimalLongitude "22.479067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.266279 22.479067)"^^geo:wktLiteral ;
  geo-pos:lat "70.266279"^^xsd:decimal ;
  geo-pos:long "22.479067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1058'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '22.479067'^^xsd:double;
  dwc:latitude '70.266279'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1058'^^xsd:string;
  dwc:observationDate '2007-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.264655 22.480697)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.264655"^^xsd:decimal ;
  dwc:decimalLongitude "22.480697"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.264655 22.480697)"^^geo:wktLiteral ;
  geo-pos:lat "70.264655"^^xsd:decimal ;
  geo-pos:long "22.480697"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1059'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '22.480697'^^xsd:double;
  dwc:latitude '70.264655'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1059'^^xsd:string;
  dwc:observationDate '2007-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.26562 22.480204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.26562"^^xsd:decimal ;
  dwc:decimalLongitude "22.480204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.26562 22.480204)"^^geo:wktLiteral ;
  geo-pos:lat "70.26562"^^xsd:decimal ;
  geo-pos:long "22.480204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1060'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '22.480204'^^xsd:double;
  dwc:latitude '70.26562'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1060'^^xsd:string;
  dwc:observationDate '2007-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.267081 22.476286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.267081"^^xsd:decimal ;
  dwc:decimalLongitude "22.476286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.267081 22.476286)"^^geo:wktLiteral ;
  geo-pos:lat "70.267081"^^xsd:decimal ;
  geo-pos:long "22.476286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1061'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '22.476286'^^xsd:double;
  dwc:latitude '70.267081'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1061'^^xsd:string;
  dwc:observationDate '2007-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.267728 22.47436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.267728"^^xsd:decimal ;
  dwc:decimalLongitude "22.47436"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.267728 22.47436)"^^geo:wktLiteral ;
  geo-pos:lat "70.267728"^^xsd:decimal ;
  geo-pos:long "22.47436"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1062'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '22.47436'^^xsd:double;
  dwc:latitude '70.267728'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1062'^^xsd:string;
  dwc:observationDate '2007-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.268991 22.475755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.268991"^^xsd:decimal ;
  dwc:decimalLongitude "22.475755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.268991 22.475755)"^^geo:wktLiteral ;
  geo-pos:lat "70.268991"^^xsd:decimal ;
  geo-pos:long "22.475755"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1063'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '22.475755'^^xsd:double;
  dwc:latitude '70.268991'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1063'^^xsd:string;
  dwc:observationDate '2007-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.269315 22.478491)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.269315"^^xsd:decimal ;
  dwc:decimalLongitude "22.478491"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.269315 22.478491)"^^geo:wktLiteral ;
  geo-pos:lat "70.269315"^^xsd:decimal ;
  geo-pos:long "22.478491"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1064'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '22.478491'^^xsd:double;
  dwc:latitude '70.269315'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1064'^^xsd:string;
  dwc:observationDate '2007-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.26976 22.479641)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.26976"^^xsd:decimal ;
  dwc:decimalLongitude "22.479641"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.26976 22.479641)"^^geo:wktLiteral ;
  geo-pos:lat "70.26976"^^xsd:decimal ;
  geo-pos:long "22.479641"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1065'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '22.479641'^^xsd:double;
  dwc:latitude '70.26976'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1065'^^xsd:string;
  dwc:observationDate '2007-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.270086 22.480617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.270086"^^xsd:decimal ;
  dwc:decimalLongitude "22.480617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.270086 22.480617)"^^geo:wktLiteral ;
  geo-pos:lat "70.270086"^^xsd:decimal ;
  geo-pos:long "22.480617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1066'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '22.480617'^^xsd:double;
  dwc:latitude '70.270086'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1066'^^xsd:string;
  dwc:observationDate '2007-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.271889 22.484111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.271889"^^xsd:decimal ;
  dwc:decimalLongitude "22.484111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.271889 22.484111)"^^geo:wktLiteral ;
  geo-pos:lat "70.271889"^^xsd:decimal ;
  geo-pos:long "22.484111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1067'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '22.484111'^^xsd:double;
  dwc:latitude '70.271889'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1067'^^xsd:string;
  dwc:observationDate '2007-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.2732779572 22.4901145006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.2732779572"^^xsd:decimal ;
  dwc:decimalLongitude "22.4901145006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.2732779572 22.4901145006)"^^geo:wktLiteral ;
  geo-pos:lat "70.2732779572"^^xsd:decimal ;
  geo-pos:long "22.4901145006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1068'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '22.4901145006'^^xsd:double;
  dwc:latitude '70.2732779572'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1068'^^xsd:string;
  dwc:observationDate '2007-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.125312 18.079209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.125312"^^xsd:decimal ;
  dwc:decimalLongitude "18.079209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.125312 18.079209)"^^geo:wktLiteral ;
  geo-pos:lat "70.125312"^^xsd:decimal ;
  geo-pos:long "18.079209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1069'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '18.079209'^^xsd:double;
  dwc:latitude '70.125312'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1069'^^xsd:string;
  dwc:observationDate '2007-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.129433 18.073261)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.129433"^^xsd:decimal ;
  dwc:decimalLongitude "18.073261"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.129433 18.073261)"^^geo:wktLiteral ;
  geo-pos:lat "70.129433"^^xsd:decimal ;
  geo-pos:long "18.073261"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1070'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '18.073261'^^xsd:double;
  dwc:latitude '70.129433'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1070'^^xsd:string;
  dwc:observationDate '2007-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.125863 18.077499)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.125863"^^xsd:decimal ;
  dwc:decimalLongitude "18.077499"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.125863 18.077499)"^^geo:wktLiteral ;
  geo-pos:lat "70.125863"^^xsd:decimal ;
  geo-pos:long "18.077499"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1071'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '18.077499'^^xsd:double;
  dwc:latitude '70.125863'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1071'^^xsd:string;
  dwc:observationDate '2007-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.143624 18.066183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.143624"^^xsd:decimal ;
  dwc:decimalLongitude "18.066183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.143624 18.066183)"^^geo:wktLiteral ;
  geo-pos:lat "70.143624"^^xsd:decimal ;
  geo-pos:long "18.066183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1072'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '18.066183'^^xsd:double;
  dwc:latitude '70.143624'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1072'^^xsd:string;
  dwc:observationDate '2007-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.144836 18.059136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.144836"^^xsd:decimal ;
  dwc:decimalLongitude "18.059136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.144836 18.059136)"^^geo:wktLiteral ;
  geo-pos:lat "70.144836"^^xsd:decimal ;
  geo-pos:long "18.059136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1073'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '18.059136'^^xsd:double;
  dwc:latitude '70.144836'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1073'^^xsd:string;
  dwc:observationDate '2007-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.8834996651 17.2544304856)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.8834996651"^^xsd:decimal ;
  dwc:decimalLongitude "17.2544304856"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.8834996651 17.2544304856)"^^geo:wktLiteral ;
  geo-pos:lat "69.8834996651"^^xsd:decimal ;
  geo-pos:long "17.2544304856"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1074'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '17.2544304856'^^xsd:double;
  dwc:latitude '69.8834996651'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1074'^^xsd:string;
  dwc:observationDate '2007-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.882854 17.252883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.882854"^^xsd:decimal ;
  dwc:decimalLongitude "17.252883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.882854 17.252883)"^^geo:wktLiteral ;
  geo-pos:lat "69.882854"^^xsd:decimal ;
  geo-pos:long "17.252883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1075'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '17.252883'^^xsd:double;
  dwc:latitude '69.882854'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1075'^^xsd:string;
  dwc:observationDate '2007-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.88929 17.268823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.88929"^^xsd:decimal ;
  dwc:decimalLongitude "17.268823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.88929 17.268823)"^^geo:wktLiteral ;
  geo-pos:lat "69.88929"^^xsd:decimal ;
  geo-pos:long "17.268823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1076'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '17.268823'^^xsd:double;
  dwc:latitude '69.88929'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1076'^^xsd:string;
  dwc:observationDate '2007-10-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.7394620003 17.447624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.7394620003"^^xsd:decimal ;
  dwc:decimalLongitude "17.447624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.7394620003 17.447624)"^^geo:wktLiteral ;
  geo-pos:lat "69.7394620003"^^xsd:decimal ;
  geo-pos:long "17.447624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1077'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '17.447624'^^xsd:double;
  dwc:latitude '69.7394620003'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1077'^^xsd:string;
  dwc:observationDate '2007-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.1850765003 16.206245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.1850765003"^^xsd:decimal ;
  dwc:decimalLongitude "16.206245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.1850765003 16.206245)"^^geo:wktLiteral ;
  geo-pos:lat "69.1850765003"^^xsd:decimal ;
  geo-pos:long "16.206245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1078'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:longitude '16.206245'^^xsd:double;
  dwc:latitude '69.1850765003'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1078'^^xsd:string;
  dwc:observationDate '2007-10-09'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.93498 14.388808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.93498"^^xsd:decimal ;
  dwc:decimalLongitude "14.388808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.93498 14.388808)"^^geo:wktLiteral ;
  geo-pos:lat "68.93498"^^xsd:decimal ;
  geo-pos:long "14.388808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1079'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '14.388808'^^xsd:double;
  dwc:latitude '68.93498'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1079'^^xsd:string;
  dwc:observationDate '2007-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.933311 14.382551)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.933311"^^xsd:decimal ;
  dwc:decimalLongitude "14.382551"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.933311 14.382551)"^^geo:wktLiteral ;
  geo-pos:lat "68.933311"^^xsd:decimal ;
  geo-pos:long "14.382551"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1080'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '14.382551'^^xsd:double;
  dwc:latitude '68.933311'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1080'^^xsd:string;
  dwc:observationDate '2007-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.93204 14.378472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.93204"^^xsd:decimal ;
  dwc:decimalLongitude "14.378472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.93204 14.378472)"^^geo:wktLiteral ;
  geo-pos:lat "68.93204"^^xsd:decimal ;
  geo-pos:long "14.378472"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1081'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '14.378472'^^xsd:double;
  dwc:latitude '68.93204'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1081'^^xsd:string;
  dwc:observationDate '2007-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.900301 14.435449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.900301"^^xsd:decimal ;
  dwc:decimalLongitude "14.435449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.900301 14.435449)"^^geo:wktLiteral ;
  geo-pos:lat "68.900301"^^xsd:decimal ;
  geo-pos:long "14.435449"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1082'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:longitude '14.435449'^^xsd:double;
  dwc:latitude '68.900301'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1082'^^xsd:string;
  dwc:observationDate '2007-10-14'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.951833 14.297992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.951833"^^xsd:decimal ;
  dwc:decimalLongitude "14.297992"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.951833 14.297992)"^^geo:wktLiteral ;
  geo-pos:lat "68.951833"^^xsd:decimal ;
  geo-pos:long "14.297992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1083'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '14.297992'^^xsd:double;
  dwc:latitude '68.951833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1083'^^xsd:string;
  dwc:observationDate '2007-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.953321 14.307244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.953321"^^xsd:decimal ;
  dwc:decimalLongitude "14.307244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.953321 14.307244)"^^geo:wktLiteral ;
  geo-pos:lat "68.953321"^^xsd:decimal ;
  geo-pos:long "14.307244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1084'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '14.307244'^^xsd:double;
  dwc:latitude '68.953321'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1084'^^xsd:string;
  dwc:observationDate '2007-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.953941 14.311144)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.953941"^^xsd:decimal ;
  dwc:decimalLongitude "14.311144"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.953941 14.311144)"^^geo:wktLiteral ;
  geo-pos:lat "68.953941"^^xsd:decimal ;
  geo-pos:long "14.311144"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1085'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '14.311144'^^xsd:double;
  dwc:latitude '68.953941'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1085'^^xsd:string;
  dwc:observationDate '2007-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.954807 14.316585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.954807"^^xsd:decimal ;
  dwc:decimalLongitude "14.316585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.954807 14.316585)"^^geo:wktLiteral ;
  geo-pos:lat "68.954807"^^xsd:decimal ;
  geo-pos:long "14.316585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1086'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '14.316585'^^xsd:double;
  dwc:latitude '68.954807'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1086'^^xsd:string;
  dwc:observationDate '2007-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.019505116 14.259961)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.019505116"^^xsd:decimal ;
  dwc:decimalLongitude "14.259961"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.019505116 14.259961)"^^geo:wktLiteral ;
  geo-pos:lat "69.019505116"^^xsd:decimal ;
  geo-pos:long "14.259961"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1087'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '14.259961'^^xsd:double;
  dwc:latitude '69.019505116'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1087'^^xsd:string;
  dwc:observationDate '2007-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.020167 14.260354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.020167"^^xsd:decimal ;
  dwc:decimalLongitude "14.260354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.020167 14.260354)"^^geo:wktLiteral ;
  geo-pos:lat "69.020167"^^xsd:decimal ;
  geo-pos:long "14.260354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1088'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '14.260354'^^xsd:double;
  dwc:latitude '69.020167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1088'^^xsd:string;
  dwc:observationDate '2007-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.021061 14.260709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.021061"^^xsd:decimal ;
  dwc:decimalLongitude "14.260709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.021061 14.260709)"^^geo:wktLiteral ;
  geo-pos:lat "69.021061"^^xsd:decimal ;
  geo-pos:long "14.260709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1089'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '14.260709'^^xsd:double;
  dwc:latitude '69.021061'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1089'^^xsd:string;
  dwc:observationDate '2007-10-17'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1090> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.8667304233 16.8164530882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.8667304233"^^xsd:decimal ;
  dwc:decimalLongitude "16.8164530882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.8667304233 16.8164530882)"^^geo:wktLiteral ;
  geo-pos:lat "69.8667304233"^^xsd:decimal ;
  geo-pos:long "16.8164530882"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1090'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '16.8164530882'^^xsd:double;
  dwc:latitude '69.8667304233'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1090'^^xsd:string;
  dwc:observationDate '2008-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.8585053554 16.9102737187)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.8585053554"^^xsd:decimal ;
  dwc:decimalLongitude "16.9102737187"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.8585053554 16.9102737187)"^^geo:wktLiteral ;
  geo-pos:lat "69.8585053554"^^xsd:decimal ;
  geo-pos:long "16.9102737187"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1091'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '16.9102737187'^^xsd:double;
  dwc:latitude '69.8585053554'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1091'^^xsd:string;
  dwc:observationDate '2008-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.854182 16.915448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.854182"^^xsd:decimal ;
  dwc:decimalLongitude "16.915448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.854182 16.915448)"^^geo:wktLiteral ;
  geo-pos:lat "69.854182"^^xsd:decimal ;
  geo-pos:long "16.915448"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1092'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '16.915448'^^xsd:double;
  dwc:latitude '69.854182'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1092'^^xsd:string;
  dwc:observationDate '2008-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.856843 16.915556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.856843"^^xsd:decimal ;
  dwc:decimalLongitude "16.915556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.856843 16.915556)"^^geo:wktLiteral ;
  geo-pos:lat "69.856843"^^xsd:decimal ;
  geo-pos:long "16.915556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1093'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '16.915556'^^xsd:double;
  dwc:latitude '69.856843'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1093'^^xsd:string;
  dwc:observationDate '2008-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.855355 16.915452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.855355"^^xsd:decimal ;
  dwc:decimalLongitude "16.915452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.855355 16.915452)"^^geo:wktLiteral ;
  geo-pos:lat "69.855355"^^xsd:decimal ;
  geo-pos:long "16.915452"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1094'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '16.915452'^^xsd:double;
  dwc:latitude '69.855355'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1094'^^xsd:string;
  dwc:observationDate '2008-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.011793 14.216613)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.011793"^^xsd:decimal ;
  dwc:decimalLongitude "14.216613"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.011793 14.216613)"^^geo:wktLiteral ;
  geo-pos:lat "69.011793"^^xsd:decimal ;
  geo-pos:long "14.216613"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1095'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '14.216613'^^xsd:double;
  dwc:latitude '69.011793'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1095'^^xsd:string;
  dwc:observationDate '2008-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.013497 14.214805)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.013497"^^xsd:decimal ;
  dwc:decimalLongitude "14.214805"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.013497 14.214805)"^^geo:wktLiteral ;
  geo-pos:lat "69.013497"^^xsd:decimal ;
  geo-pos:long "14.214805"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1096'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '14.214805'^^xsd:double;
  dwc:latitude '69.013497'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1096'^^xsd:string;
  dwc:observationDate '2008-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1097> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.2237085607 12.2406805398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.2237085607"^^xsd:decimal ;
  dwc:decimalLongitude "12.2406805398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "196"^^xsd:integer ;
  dwc:maximumDepthInMeters "197"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.2237085607 12.2406805398)"^^geo:wktLiteral ;
  geo-pos:lat "68.2237085607"^^xsd:decimal ;
  geo-pos:long "12.2406805398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1097'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:longitude '12.2406805398'^^xsd:double;
  dwc:latitude '68.2237085607'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '196'^^xsd:integer;
  dwc:maximumDepth '197'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1097'^^xsd:string;
  dwc:observationDate '2008-10-10'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.2354195491 16.6546454122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.2354195491"^^xsd:decimal ;
  dwc:decimalLongitude "16.6546454122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.2354195491 16.6546454122)"^^geo:wktLiteral ;
  geo-pos:lat "69.2354195491"^^xsd:decimal ;
  geo-pos:long "16.6546454122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1098'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '16.6546454122'^^xsd:double;
  dwc:latitude '69.2354195491'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1098'^^xsd:string;
  dwc:observationDate '2008-10-25'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.246887 16.639626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.246887"^^xsd:decimal ;
  dwc:decimalLongitude "16.639626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.246887 16.639626)"^^geo:wktLiteral ;
  geo-pos:lat "69.246887"^^xsd:decimal ;
  geo-pos:long "16.639626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1099'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '16.639626'^^xsd:double;
  dwc:latitude '69.246887'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1099'^^xsd:string;
  dwc:observationDate '2008-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.24836 16.635822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.24836"^^xsd:decimal ;
  dwc:decimalLongitude "16.635822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.24836 16.635822)"^^geo:wktLiteral ;
  geo-pos:lat "69.24836"^^xsd:decimal ;
  geo-pos:long "16.635822"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1100'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '16.635822'^^xsd:double;
  dwc:latitude '69.24836'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1100'^^xsd:string;
  dwc:observationDate '2008-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.567786 19.343079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.567786"^^xsd:decimal ;
  dwc:decimalLongitude "19.343079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.567786 19.343079)"^^geo:wktLiteral ;
  geo-pos:lat "70.567786"^^xsd:decimal ;
  geo-pos:long "19.343079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1101'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '19.343079'^^xsd:double;
  dwc:latitude '70.567786'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1101'^^xsd:string;
  dwc:observationDate '2010-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.5705637915 19.3435620035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.5705637915"^^xsd:decimal ;
  dwc:decimalLongitude "19.3435620035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.5705637915 19.3435620035)"^^geo:wktLiteral ;
  geo-pos:lat "70.5705637915"^^xsd:decimal ;
  geo-pos:long "19.3435620035"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1102'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '19.3435620035'^^xsd:double;
  dwc:latitude '70.5705637915'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1102'^^xsd:string;
  dwc:observationDate '2010-07-24'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.754445 18.57325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.754445"^^xsd:decimal ;
  dwc:decimalLongitude "18.57325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.754445 18.57325)"^^geo:wktLiteral ;
  geo-pos:lat "70.754445"^^xsd:decimal ;
  geo-pos:long "18.57325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1103'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '18.57325'^^xsd:double;
  dwc:latitude '70.754445'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1103'^^xsd:string;
  dwc:observationDate '2010-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.755256 18.572371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.755256"^^xsd:decimal ;
  dwc:decimalLongitude "18.572371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.755256 18.572371)"^^geo:wktLiteral ;
  geo-pos:lat "70.755256"^^xsd:decimal ;
  geo-pos:long "18.572371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1104'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '18.572371'^^xsd:double;
  dwc:latitude '70.755256'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1104'^^xsd:string;
  dwc:observationDate '2010-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.73759 18.365182)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.73759"^^xsd:decimal ;
  dwc:decimalLongitude "18.365182"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.73759 18.365182)"^^geo:wktLiteral ;
  geo-pos:lat "70.73759"^^xsd:decimal ;
  geo-pos:long "18.365182"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1105'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:longitude '18.365182'^^xsd:double;
  dwc:latitude '70.73759'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1105'^^xsd:string;
  dwc:observationDate '2010-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.610262 19.164564)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.610262"^^xsd:decimal ;
  dwc:decimalLongitude "19.164564"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.610262 19.164564)"^^geo:wktLiteral ;
  geo-pos:lat "70.610262"^^xsd:decimal ;
  geo-pos:long "19.164564"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1106'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '19.164564'^^xsd:double;
  dwc:latitude '70.610262'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1106'^^xsd:string;
  dwc:observationDate '2010-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.610802 19.166136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.610802"^^xsd:decimal ;
  dwc:decimalLongitude "19.166136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.610802 19.166136)"^^geo:wktLiteral ;
  geo-pos:lat "70.610802"^^xsd:decimal ;
  geo-pos:long "19.166136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1107'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:longitude '19.166136'^^xsd:double;
  dwc:latitude '70.610802'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1107'^^xsd:string;
  dwc:observationDate '2010-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.5148922398 19.5743269473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.5148922398"^^xsd:decimal ;
  dwc:decimalLongitude "19.5743269473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.5148922398 19.5743269473)"^^geo:wktLiteral ;
  geo-pos:lat "70.5148922398"^^xsd:decimal ;
  geo-pos:long "19.5743269473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1108'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '19.5743269473'^^xsd:double;
  dwc:latitude '70.5148922398'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1108'^^xsd:string;
  dwc:observationDate '2010-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.4922850003 19.735747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.4922850003"^^xsd:decimal ;
  dwc:decimalLongitude "19.735747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.4922850003 19.735747)"^^geo:wktLiteral ;
  geo-pos:lat "70.4922850003"^^xsd:decimal ;
  geo-pos:long "19.735747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1109'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '19.735747'^^xsd:double;
  dwc:latitude '70.4922850003'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1109'^^xsd:string;
  dwc:observationDate '2010-08-11'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.534813 19.747697)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.534813"^^xsd:decimal ;
  dwc:decimalLongitude "19.747697"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.534813 19.747697)"^^geo:wktLiteral ;
  geo-pos:lat "70.534813"^^xsd:decimal ;
  geo-pos:long "19.747697"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1110'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '19.747697'^^xsd:double;
  dwc:latitude '70.534813'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1110'^^xsd:string;
  dwc:observationDate '2010-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.533943 19.753263)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.533943"^^xsd:decimal ;
  dwc:decimalLongitude "19.753263"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.533943 19.753263)"^^geo:wktLiteral ;
  geo-pos:lat "70.533943"^^xsd:decimal ;
  geo-pos:long "19.753263"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1111'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '19.753263'^^xsd:double;
  dwc:latitude '70.533943'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1111'^^xsd:string;
  dwc:observationDate '2010-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1112> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.37069 9.074625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.37069"^^xsd:decimal ;
  dwc:decimalLongitude "9.074625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.37069 9.074625)"^^geo:wktLiteral ;
  geo-pos:lat "67.37069"^^xsd:decimal ;
  geo-pos:long "9.074625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1112'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '9.074625'^^xsd:double;
  dwc:latitude '67.37069'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1112'^^xsd:string;
  dwc:observationDate '2010-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.370662 9.070024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.370662"^^xsd:decimal ;
  dwc:decimalLongitude "9.070024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.370662 9.070024)"^^geo:wktLiteral ;
  geo-pos:lat "67.370662"^^xsd:decimal ;
  geo-pos:long "9.070024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1113'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '9.070024'^^xsd:double;
  dwc:latitude '67.370662'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1113'^^xsd:string;
  dwc:observationDate '2010-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.370669 9.078753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.370669"^^xsd:decimal ;
  dwc:decimalLongitude "9.078753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.370669 9.078753)"^^geo:wktLiteral ;
  geo-pos:lat "67.370669"^^xsd:decimal ;
  geo-pos:long "9.078753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1114'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '9.078753'^^xsd:double;
  dwc:latitude '67.370669'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1114'^^xsd:string;
  dwc:observationDate '2010-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.451618 9.296396)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.451618"^^xsd:decimal ;
  dwc:decimalLongitude "9.296396"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.451618 9.296396)"^^geo:wktLiteral ;
  geo-pos:lat "67.451618"^^xsd:decimal ;
  geo-pos:long "9.296396"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1115'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '9.296396'^^xsd:double;
  dwc:latitude '67.451618'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1115'^^xsd:string;
  dwc:observationDate '2010-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.451609 9.30294)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.451609"^^xsd:decimal ;
  dwc:decimalLongitude "9.30294"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.451609 9.30294)"^^geo:wktLiteral ;
  geo-pos:lat "67.451609"^^xsd:decimal ;
  geo-pos:long "9.30294"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1116'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '9.30294'^^xsd:double;
  dwc:latitude '67.451609'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1116'^^xsd:string;
  dwc:observationDate '2010-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.451607 9.29328)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.451607"^^xsd:decimal ;
  dwc:decimalLongitude "9.29328"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.451607 9.29328)"^^geo:wktLiteral ;
  geo-pos:lat "67.451607"^^xsd:decimal ;
  geo-pos:long "9.29328"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1117'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '9.29328'^^xsd:double;
  dwc:latitude '67.451607'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1117'^^xsd:string;
  dwc:observationDate '2010-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.451626 9.286936)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.451626"^^xsd:decimal ;
  dwc:decimalLongitude "9.286936"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.451626 9.286936)"^^geo:wktLiteral ;
  geo-pos:lat "67.451626"^^xsd:decimal ;
  geo-pos:long "9.286936"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1118'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '9.286936'^^xsd:double;
  dwc:latitude '67.451626'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1118'^^xsd:string;
  dwc:observationDate '2010-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.451617 9.288341)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.451617"^^xsd:decimal ;
  dwc:decimalLongitude "9.288341"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.451617 9.288341)"^^geo:wktLiteral ;
  geo-pos:lat "67.451617"^^xsd:decimal ;
  geo-pos:long "9.288341"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1119'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '9.288341'^^xsd:double;
  dwc:latitude '67.451617'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1119'^^xsd:string;
  dwc:observationDate '2010-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.451157 9.281435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.451157"^^xsd:decimal ;
  dwc:decimalLongitude "9.281435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.451157 9.281435)"^^geo:wktLiteral ;
  geo-pos:lat "67.451157"^^xsd:decimal ;
  geo-pos:long "9.281435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1120'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '9.281435'^^xsd:double;
  dwc:latitude '67.451157'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1120'^^xsd:string;
  dwc:observationDate '2010-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.451621 9.299098)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.451621"^^xsd:decimal ;
  dwc:decimalLongitude "9.299098"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.451621 9.299098)"^^geo:wktLiteral ;
  geo-pos:lat "67.451621"^^xsd:decimal ;
  geo-pos:long "9.299098"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1121'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '9.299098'^^xsd:double;
  dwc:latitude '67.451621'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1121'^^xsd:string;
  dwc:observationDate '2010-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.465991 9.279398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.465991"^^xsd:decimal ;
  dwc:decimalLongitude "9.279398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.465991 9.279398)"^^geo:wktLiteral ;
  geo-pos:lat "67.465991"^^xsd:decimal ;
  geo-pos:long "9.279398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1122'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '9.279398'^^xsd:double;
  dwc:latitude '67.465991'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1122'^^xsd:string;
  dwc:observationDate '2010-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.468614 9.270283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.468614"^^xsd:decimal ;
  dwc:decimalLongitude "9.270283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.468614 9.270283)"^^geo:wktLiteral ;
  geo-pos:lat "67.468614"^^xsd:decimal ;
  geo-pos:long "9.270283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1123'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '9.270283'^^xsd:double;
  dwc:latitude '67.468614'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1123'^^xsd:string;
  dwc:observationDate '2010-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.466639 9.277817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.466639"^^xsd:decimal ;
  dwc:decimalLongitude "9.277817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.466639 9.277817)"^^geo:wktLiteral ;
  geo-pos:lat "67.466639"^^xsd:decimal ;
  geo-pos:long "9.277817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1124'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '9.277817'^^xsd:double;
  dwc:latitude '67.466639'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1124'^^xsd:string;
  dwc:observationDate '2010-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.468793 9.267098)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.468793"^^xsd:decimal ;
  dwc:decimalLongitude "9.267098"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.468793 9.267098)"^^geo:wktLiteral ;
  geo-pos:lat "67.468793"^^xsd:decimal ;
  geo-pos:long "9.267098"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1125'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '9.267098'^^xsd:double;
  dwc:latitude '67.468793'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1125'^^xsd:string;
  dwc:observationDate '2010-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.468912 9.268416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.468912"^^xsd:decimal ;
  dwc:decimalLongitude "9.268416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.468912 9.268416)"^^geo:wktLiteral ;
  geo-pos:lat "67.468912"^^xsd:decimal ;
  geo-pos:long "9.268416"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1126'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '9.268416'^^xsd:double;
  dwc:latitude '67.468912'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1126'^^xsd:string;
  dwc:observationDate '2010-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.467524 9.274913)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.467524"^^xsd:decimal ;
  dwc:decimalLongitude "9.274913"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.467524 9.274913)"^^geo:wktLiteral ;
  geo-pos:lat "67.467524"^^xsd:decimal ;
  geo-pos:long "9.274913"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1127'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '9.274913'^^xsd:double;
  dwc:latitude '67.467524'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1127'^^xsd:string;
  dwc:observationDate '2010-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1128> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.466974 9.276753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.466974"^^xsd:decimal ;
  dwc:decimalLongitude "9.276753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.466974 9.276753)"^^geo:wktLiteral ;
  geo-pos:lat "67.466974"^^xsd:decimal ;
  geo-pos:long "9.276753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1128'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '9.276753'^^xsd:double;
  dwc:latitude '67.466974'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1128'^^xsd:string;
  dwc:observationDate '2010-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.440123 9.260701)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.440123"^^xsd:decimal ;
  dwc:decimalLongitude "9.260701"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.440123 9.260701)"^^geo:wktLiteral ;
  geo-pos:lat "67.440123"^^xsd:decimal ;
  geo-pos:long "9.260701"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1129'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '9.260701'^^xsd:double;
  dwc:latitude '67.440123'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1129'^^xsd:string;
  dwc:observationDate '2010-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.441955 9.243566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.441955"^^xsd:decimal ;
  dwc:decimalLongitude "9.243566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.441955 9.243566)"^^geo:wktLiteral ;
  geo-pos:lat "67.441955"^^xsd:decimal ;
  geo-pos:long "9.243566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1130'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '9.243566'^^xsd:double;
  dwc:latitude '67.441955'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1130'^^xsd:string;
  dwc:observationDate '2010-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.4417403322 9.24693953845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.4417403322"^^xsd:decimal ;
  dwc:decimalLongitude "9.24693953845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.4417403322 9.24693953845)"^^geo:wktLiteral ;
  geo-pos:lat "67.4417403322"^^xsd:decimal ;
  geo-pos:long "9.24693953845"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1131'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '9.24693953845'^^xsd:double;
  dwc:latitude '67.4417403322'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1131'^^xsd:string;
  dwc:observationDate '2010-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.44042 9.257753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.44042"^^xsd:decimal ;
  dwc:decimalLongitude "9.257753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.44042 9.257753)"^^geo:wktLiteral ;
  geo-pos:lat "67.44042"^^xsd:decimal ;
  geo-pos:long "9.257753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1132'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '9.257753'^^xsd:double;
  dwc:latitude '67.44042'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1132'^^xsd:string;
  dwc:observationDate '2010-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.441312 9.251146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.441312"^^xsd:decimal ;
  dwc:decimalLongitude "9.251146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.441312 9.251146)"^^geo:wktLiteral ;
  geo-pos:lat "67.441312"^^xsd:decimal ;
  geo-pos:long "9.251146"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1133'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '9.251146'^^xsd:double;
  dwc:latitude '67.441312'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1133'^^xsd:string;
  dwc:observationDate '2010-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.44079 9.255007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.44079"^^xsd:decimal ;
  dwc:decimalLongitude "9.255007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.44079 9.255007)"^^geo:wktLiteral ;
  geo-pos:lat "67.44079"^^xsd:decimal ;
  geo-pos:long "9.255007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1134'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '9.255007'^^xsd:double;
  dwc:latitude '67.44079'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1134'^^xsd:string;
  dwc:observationDate '2010-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.542937 9.617436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.542937"^^xsd:decimal ;
  dwc:decimalLongitude "9.617436"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.542937 9.617436)"^^geo:wktLiteral ;
  geo-pos:lat "67.542937"^^xsd:decimal ;
  geo-pos:long "9.617436"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1135'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '9.617436'^^xsd:double;
  dwc:latitude '67.542937'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1135'^^xsd:string;
  dwc:observationDate '2010-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.538272 9.615912)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.538272"^^xsd:decimal ;
  dwc:decimalLongitude "9.615912"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.538272 9.615912)"^^geo:wktLiteral ;
  geo-pos:lat "67.538272"^^xsd:decimal ;
  geo-pos:long "9.615912"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1136'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '9.615912'^^xsd:double;
  dwc:latitude '67.538272'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1136'^^xsd:string;
  dwc:observationDate '2010-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.0143275002 14.6977755001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.0143275002"^^xsd:decimal ;
  dwc:decimalLongitude "14.6977755001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.0143275002 14.6977755001)"^^geo:wktLiteral ;
  geo-pos:lat "68.0143275002"^^xsd:decimal ;
  geo-pos:long "14.6977755001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1137'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '14.6977755001'^^xsd:double;
  dwc:latitude '68.0143275002'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1137'^^xsd:string;
  dwc:observationDate '2010-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.284229 15.782584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.284229"^^xsd:decimal ;
  dwc:decimalLongitude "15.782584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.284229 15.782584)"^^geo:wktLiteral ;
  geo-pos:lat "68.284229"^^xsd:decimal ;
  geo-pos:long "15.782584"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1138'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '15.782584'^^xsd:double;
  dwc:latitude '68.284229'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1138'^^xsd:string;
  dwc:observationDate '2010-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.287392 15.7792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.287392"^^xsd:decimal ;
  dwc:decimalLongitude "15.7792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.287392 15.7792)"^^geo:wktLiteral ;
  geo-pos:lat "68.287392"^^xsd:decimal ;
  geo-pos:long "15.7792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1139'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '15.7792'^^xsd:double;
  dwc:latitude '68.287392'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1139'^^xsd:string;
  dwc:observationDate '2010-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.285851 15.780868)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.285851"^^xsd:decimal ;
  dwc:decimalLongitude "15.780868"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.285851 15.780868)"^^geo:wktLiteral ;
  geo-pos:lat "68.285851"^^xsd:decimal ;
  geo-pos:long "15.780868"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1140'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '15.780868'^^xsd:double;
  dwc:latitude '68.285851'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1140'^^xsd:string;
  dwc:observationDate '2010-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.285243 15.781517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.285243"^^xsd:decimal ;
  dwc:decimalLongitude "15.781517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.285243 15.781517)"^^geo:wktLiteral ;
  geo-pos:lat "68.285243"^^xsd:decimal ;
  geo-pos:long "15.781517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1141'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '15.781517'^^xsd:double;
  dwc:latitude '68.285243'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1141'^^xsd:string;
  dwc:observationDate '2010-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.281314 16.055313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.281314"^^xsd:decimal ;
  dwc:decimalLongitude "16.055313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.281314 16.055313)"^^geo:wktLiteral ;
  geo-pos:lat "68.281314"^^xsd:decimal ;
  geo-pos:long "16.055313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1142'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '16.055313'^^xsd:double;
  dwc:latitude '68.281314'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1142'^^xsd:string;
  dwc:observationDate '2010-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.733466 11.147312)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.733466"^^xsd:decimal ;
  dwc:decimalLongitude "11.147312"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.733466 11.147312)"^^geo:wktLiteral ;
  geo-pos:lat "67.733466"^^xsd:decimal ;
  geo-pos:long "11.147312"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1143'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '11.147312'^^xsd:double;
  dwc:latitude '67.733466'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1143'^^xsd:string;
  dwc:observationDate '2011-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.5854660003 9.747821)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.5854660003"^^xsd:decimal ;
  dwc:decimalLongitude "9.747821"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "217"^^xsd:integer ;
  dwc:maximumDepthInMeters "218"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.5854660003 9.747821)"^^geo:wktLiteral ;
  geo-pos:lat "67.5854660003"^^xsd:decimal ;
  geo-pos:long "9.747821"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1144'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:longitude '9.747821'^^xsd:double;
  dwc:latitude '67.5854660003'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '217'^^xsd:integer;
  dwc:maximumDepth '218'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1144'^^xsd:string;
  dwc:observationDate '2011-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.558014 9.562262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.558014"^^xsd:decimal ;
  dwc:decimalLongitude "9.562262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.558014 9.562262)"^^geo:wktLiteral ;
  geo-pos:lat "67.558014"^^xsd:decimal ;
  geo-pos:long "9.562262"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1145'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '9.562262'^^xsd:double;
  dwc:latitude '67.558014'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1145'^^xsd:string;
  dwc:observationDate '2011-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.558643 9.556509)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.558643"^^xsd:decimal ;
  dwc:decimalLongitude "9.556509"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.558643 9.556509)"^^geo:wktLiteral ;
  geo-pos:lat "67.558643"^^xsd:decimal ;
  geo-pos:long "9.556509"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1146'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '9.556509'^^xsd:double;
  dwc:latitude '67.558643'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1146'^^xsd:string;
  dwc:observationDate '2011-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.558358 9.559115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.558358"^^xsd:decimal ;
  dwc:decimalLongitude "9.559115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.558358 9.559115)"^^geo:wktLiteral ;
  geo-pos:lat "67.558358"^^xsd:decimal ;
  geo-pos:long "9.559115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1147'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '9.559115'^^xsd:double;
  dwc:latitude '67.558358'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1147'^^xsd:string;
  dwc:observationDate '2011-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.5576803333 9.56536422207)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.5576803333"^^xsd:decimal ;
  dwc:decimalLongitude "9.56536422207"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.5576803333 9.56536422207)"^^geo:wktLiteral ;
  geo-pos:lat "67.5576803333"^^xsd:decimal ;
  geo-pos:long "9.56536422207"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1148'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '9.56536422207'^^xsd:double;
  dwc:latitude '67.5576803333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1148'^^xsd:string;
  dwc:observationDate '2011-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.0358116468 10.9918356518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.0358116468"^^xsd:decimal ;
  dwc:decimalLongitude "10.9918356518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.0358116468 10.9918356518)"^^geo:wktLiteral ;
  geo-pos:lat "67.0358116468"^^xsd:decimal ;
  geo-pos:long "10.9918356518"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1149'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '10.9918356518'^^xsd:double;
  dwc:latitude '67.0358116468'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1149'^^xsd:string;
  dwc:observationDate '2011-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.037943 10.991277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.037943"^^xsd:decimal ;
  dwc:decimalLongitude "10.991277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.037943 10.991277)"^^geo:wktLiteral ;
  geo-pos:lat "67.037943"^^xsd:decimal ;
  geo-pos:long "10.991277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1150'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '10.991277'^^xsd:double;
  dwc:latitude '67.037943'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1150'^^xsd:string;
  dwc:observationDate '2011-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.033762 10.992396)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.033762"^^xsd:decimal ;
  dwc:decimalLongitude "10.992396"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.033762 10.992396)"^^geo:wktLiteral ;
  geo-pos:lat "67.033762"^^xsd:decimal ;
  geo-pos:long "10.992396"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1151'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '10.992396'^^xsd:double;
  dwc:latitude '67.033762'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1151'^^xsd:string;
  dwc:observationDate '2011-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.03325 10.992522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.03325"^^xsd:decimal ;
  dwc:decimalLongitude "10.992522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.03325 10.992522)"^^geo:wktLiteral ;
  geo-pos:lat "67.03325"^^xsd:decimal ;
  geo-pos:long "10.992522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1152'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '10.992522'^^xsd:double;
  dwc:latitude '67.03325'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1152'^^xsd:string;
  dwc:observationDate '2011-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.058108 10.561157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.058108"^^xsd:decimal ;
  dwc:decimalLongitude "10.561157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.058108 10.561157)"^^geo:wktLiteral ;
  geo-pos:lat "67.058108"^^xsd:decimal ;
  geo-pos:long "10.561157"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1153'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '10.561157'^^xsd:double;
  dwc:latitude '67.058108'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1153'^^xsd:string;
  dwc:observationDate '2011-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.060131 10.5649)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.060131"^^xsd:decimal ;
  dwc:decimalLongitude "10.5649"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.060131 10.5649)"^^geo:wktLiteral ;
  geo-pos:lat "67.060131"^^xsd:decimal ;
  geo-pos:long "10.5649"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1154'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '10.5649'^^xsd:double;
  dwc:latitude '67.060131'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1154'^^xsd:string;
  dwc:observationDate '2011-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.0612612757 10.5670216675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.0612612757"^^xsd:decimal ;
  dwc:decimalLongitude "10.5670216675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.0612612757 10.5670216675)"^^geo:wktLiteral ;
  geo-pos:lat "67.0612612757"^^xsd:decimal ;
  geo-pos:long "10.5670216675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1155'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:longitude '10.5670216675'^^xsd:double;
  dwc:latitude '67.0612612757'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1155'^^xsd:string;
  dwc:observationDate '2011-10-08'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.2133611017 9.7009670123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.2133611017"^^xsd:decimal ;
  dwc:decimalLongitude "9.7009670123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.2133611017 9.7009670123)"^^geo:wktLiteral ;
  geo-pos:lat "67.2133611017"^^xsd:decimal ;
  geo-pos:long "9.7009670123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1156'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '9.7009670123'^^xsd:double;
  dwc:latitude '67.2133611017'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1156'^^xsd:string;
  dwc:observationDate '2011-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.215034 9.703428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.215034"^^xsd:decimal ;
  dwc:decimalLongitude "9.703428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.215034 9.703428)"^^geo:wktLiteral ;
  geo-pos:lat "67.215034"^^xsd:decimal ;
  geo-pos:long "9.703428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1157'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '9.703428'^^xsd:double;
  dwc:latitude '67.215034'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1157'^^xsd:string;
  dwc:observationDate '2011-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.216399 9.705398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.216399"^^xsd:decimal ;
  dwc:decimalLongitude "9.705398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.216399 9.705398)"^^geo:wktLiteral ;
  geo-pos:lat "67.216399"^^xsd:decimal ;
  geo-pos:long "9.705398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1158'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:longitude '9.705398'^^xsd:double;
  dwc:latitude '67.216399'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1158'^^xsd:string;
  dwc:observationDate '2011-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.426559 9.421899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.426559"^^xsd:decimal ;
  dwc:decimalLongitude "9.421899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.426559 9.421899)"^^geo:wktLiteral ;
  geo-pos:lat "67.426559"^^xsd:decimal ;
  geo-pos:long "9.421899"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1159'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '9.421899'^^xsd:double;
  dwc:latitude '67.426559'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1159'^^xsd:string;
  dwc:observationDate '2011-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.425976 9.426197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.425976"^^xsd:decimal ;
  dwc:decimalLongitude "9.426197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.425976 9.426197)"^^geo:wktLiteral ;
  geo-pos:lat "67.425976"^^xsd:decimal ;
  geo-pos:long "9.426197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1160'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '9.426197'^^xsd:double;
  dwc:latitude '67.425976'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1160'^^xsd:string;
  dwc:observationDate '2011-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.4893750003 9.27915499896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.4893750003"^^xsd:decimal ;
  dwc:decimalLongitude "9.27915499896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.4893750003 9.27915499896)"^^geo:wktLiteral ;
  geo-pos:lat "67.4893750003"^^xsd:decimal ;
  geo-pos:long "9.27915499896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1161'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:longitude '9.27915499896'^^xsd:double;
  dwc:latitude '67.4893750003'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1161'^^xsd:string;
  dwc:observationDate '2012-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.296676 9.382598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.296676"^^xsd:decimal ;
  dwc:decimalLongitude "9.382598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.296676 9.382598)"^^geo:wktLiteral ;
  geo-pos:lat "64.296676"^^xsd:decimal ;
  geo-pos:long "9.382598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1162'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '9.382598'^^xsd:double;
  dwc:latitude '64.296676'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1162'^^xsd:string;
  dwc:observationDate '2012-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.298518 9.381833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.298518"^^xsd:decimal ;
  dwc:decimalLongitude "9.381833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.298518 9.381833)"^^geo:wktLiteral ;
  geo-pos:lat "64.298518"^^xsd:decimal ;
  geo-pos:long "9.381833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1163'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '9.381833'^^xsd:double;
  dwc:latitude '64.298518'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1163'^^xsd:string;
  dwc:observationDate '2012-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.294239 9.383551)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.294239"^^xsd:decimal ;
  dwc:decimalLongitude "9.383551"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.294239 9.383551)"^^geo:wktLiteral ;
  geo-pos:lat "64.294239"^^xsd:decimal ;
  geo-pos:long "9.383551"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1164'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '9.383551'^^xsd:double;
  dwc:latitude '64.294239'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1164'^^xsd:string;
  dwc:observationDate '2012-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.315162 9.151519)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.315162"^^xsd:decimal ;
  dwc:decimalLongitude "9.151519"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.315162 9.151519)"^^geo:wktLiteral ;
  geo-pos:lat "64.315162"^^xsd:decimal ;
  geo-pos:long "9.151519"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1165'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '9.151519'^^xsd:double;
  dwc:latitude '64.315162'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1165'^^xsd:string;
  dwc:observationDate '2012-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.3131713101 9.15819104778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.3131713101"^^xsd:decimal ;
  dwc:decimalLongitude "9.15819104778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.3131713101 9.15819104778)"^^geo:wktLiteral ;
  geo-pos:lat "64.3131713101"^^xsd:decimal ;
  geo-pos:long "9.15819104778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1166'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '9.15819104778'^^xsd:double;
  dwc:latitude '64.3131713101'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1166'^^xsd:string;
  dwc:observationDate '2012-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.31365 9.156574)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.31365"^^xsd:decimal ;
  dwc:decimalLongitude "9.156574"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.31365 9.156574)"^^geo:wktLiteral ;
  geo-pos:lat "64.31365"^^xsd:decimal ;
  geo-pos:long "9.156574"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1167'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '9.156574'^^xsd:double;
  dwc:latitude '64.31365'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1167'^^xsd:string;
  dwc:observationDate '2012-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.257363 9.206578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.257363"^^xsd:decimal ;
  dwc:decimalLongitude "9.206578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.257363 9.206578)"^^geo:wktLiteral ;
  geo-pos:lat "64.257363"^^xsd:decimal ;
  geo-pos:long "9.206578"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1168'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '9.206578'^^xsd:double;
  dwc:latitude '64.257363'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1168'^^xsd:string;
  dwc:observationDate '2012-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.258998 9.208572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.258998"^^xsd:decimal ;
  dwc:decimalLongitude "9.208572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.258998 9.208572)"^^geo:wktLiteral ;
  geo-pos:lat "64.258998"^^xsd:decimal ;
  geo-pos:long "9.208572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1169'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '9.208572'^^xsd:double;
  dwc:latitude '64.258998'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1169'^^xsd:string;
  dwc:observationDate '2012-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.219858 9.107896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.219858"^^xsd:decimal ;
  dwc:decimalLongitude "9.107896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.219858 9.107896)"^^geo:wktLiteral ;
  geo-pos:lat "64.219858"^^xsd:decimal ;
  geo-pos:long "9.107896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1170'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '9.107896'^^xsd:double;
  dwc:latitude '64.219858'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1170'^^xsd:string;
  dwc:observationDate '2012-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.220071 9.11265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.220071"^^xsd:decimal ;
  dwc:decimalLongitude "9.11265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.220071 9.11265)"^^geo:wktLiteral ;
  geo-pos:lat "64.220071"^^xsd:decimal ;
  geo-pos:long "9.11265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1171'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:longitude '9.11265'^^xsd:double;
  dwc:latitude '64.220071'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1171'^^xsd:string;
  dwc:observationDate '2012-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.126426 8.500338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.126426"^^xsd:decimal ;
  dwc:decimalLongitude "8.500338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.126426 8.500338)"^^geo:wktLiteral ;
  geo-pos:lat "64.126426"^^xsd:decimal ;
  geo-pos:long "8.500338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1172'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '8.500338'^^xsd:double;
  dwc:latitude '64.126426'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1172'^^xsd:string;
  dwc:observationDate '2012-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.127553 8.500011)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.127553"^^xsd:decimal ;
  dwc:decimalLongitude "8.500011"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.127553 8.500011)"^^geo:wktLiteral ;
  geo-pos:lat "64.127553"^^xsd:decimal ;
  geo-pos:long "8.500011"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1173'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '8.500011'^^xsd:double;
  dwc:latitude '64.127553'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1173'^^xsd:string;
  dwc:observationDate '2012-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.125414 8.500524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.125414"^^xsd:decimal ;
  dwc:decimalLongitude "8.500524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.125414 8.500524)"^^geo:wktLiteral ;
  geo-pos:lat "64.125414"^^xsd:decimal ;
  geo-pos:long "8.500524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1174'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '8.500524'^^xsd:double;
  dwc:latitude '64.125414'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1174'^^xsd:string;
  dwc:observationDate '2012-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.029804 8.379132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.029804"^^xsd:decimal ;
  dwc:decimalLongitude "8.379132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.029804 8.379132)"^^geo:wktLiteral ;
  geo-pos:lat "64.029804"^^xsd:decimal ;
  geo-pos:long "8.379132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1175'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '8.379132'^^xsd:double;
  dwc:latitude '64.029804'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1175'^^xsd:string;
  dwc:observationDate '2012-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.029598 8.380265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.029598"^^xsd:decimal ;
  dwc:decimalLongitude "8.380265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.029598 8.380265)"^^geo:wktLiteral ;
  geo-pos:lat "64.029598"^^xsd:decimal ;
  geo-pos:long "8.380265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1176'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '8.380265'^^xsd:double;
  dwc:latitude '64.029598'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1176'^^xsd:string;
  dwc:observationDate '2012-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.056234 8.234513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.056234"^^xsd:decimal ;
  dwc:decimalLongitude "8.234513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.056234 8.234513)"^^geo:wktLiteral ;
  geo-pos:lat "64.056234"^^xsd:decimal ;
  geo-pos:long "8.234513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1177'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '8.234513'^^xsd:double;
  dwc:latitude '64.056234'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1177'^^xsd:string;
  dwc:observationDate '2012-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.857988 7.979052)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.857988"^^xsd:decimal ;
  dwc:decimalLongitude "7.979052"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.857988 7.979052)"^^geo:wktLiteral ;
  geo-pos:lat "63.857988"^^xsd:decimal ;
  geo-pos:long "7.979052"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1178'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '7.979052'^^xsd:double;
  dwc:latitude '63.857988'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1178'^^xsd:string;
  dwc:observationDate '2012-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.858894 7.970832)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.858894"^^xsd:decimal ;
  dwc:decimalLongitude "7.970832"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.858894 7.970832)"^^geo:wktLiteral ;
  geo-pos:lat "63.858894"^^xsd:decimal ;
  geo-pos:long "7.970832"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1179'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '7.970832'^^xsd:double;
  dwc:latitude '63.858894'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1179'^^xsd:string;
  dwc:observationDate '2012-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.779521 7.954436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.779521"^^xsd:decimal ;
  dwc:decimalLongitude "7.954436"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.779521 7.954436)"^^geo:wktLiteral ;
  geo-pos:lat "63.779521"^^xsd:decimal ;
  geo-pos:long "7.954436"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1180'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '7.954436'^^xsd:double;
  dwc:latitude '63.779521'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1180'^^xsd:string;
  dwc:observationDate '2012-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.77772 7.955561)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.77772"^^xsd:decimal ;
  dwc:decimalLongitude "7.955561"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.77772 7.955561)"^^geo:wktLiteral ;
  geo-pos:lat "63.77772"^^xsd:decimal ;
  geo-pos:long "7.955561"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1181'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '7.955561'^^xsd:double;
  dwc:latitude '63.77772'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1181'^^xsd:string;
  dwc:observationDate '2012-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.781069 7.953511)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.781069"^^xsd:decimal ;
  dwc:decimalLongitude "7.953511"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.781069 7.953511)"^^geo:wktLiteral ;
  geo-pos:lat "63.781069"^^xsd:decimal ;
  geo-pos:long "7.953511"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1182'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '7.953511'^^xsd:double;
  dwc:latitude '63.781069'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1182'^^xsd:string;
  dwc:observationDate '2012-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.703142 7.852272)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.703142"^^xsd:decimal ;
  dwc:decimalLongitude "7.852272"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.703142 7.852272)"^^geo:wktLiteral ;
  geo-pos:lat "63.703142"^^xsd:decimal ;
  geo-pos:long "7.852272"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1183'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '7.852272'^^xsd:double;
  dwc:latitude '63.703142'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1183'^^xsd:string;
  dwc:observationDate '2012-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.7040035124 7.84797388956)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.7040035124"^^xsd:decimal ;
  dwc:decimalLongitude "7.84797388956"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.7040035124 7.84797388956)"^^geo:wktLiteral ;
  geo-pos:lat "63.7040035124"^^xsd:decimal ;
  geo-pos:long "7.84797388956"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1184'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '7.84797388956'^^xsd:double;
  dwc:latitude '63.7040035124'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1184'^^xsd:string;
  dwc:observationDate '2012-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.702103 7.857438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.702103"^^xsd:decimal ;
  dwc:decimalLongitude "7.857438"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.702103 7.857438)"^^geo:wktLiteral ;
  geo-pos:lat "63.702103"^^xsd:decimal ;
  geo-pos:long "7.857438"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1185'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '7.857438'^^xsd:double;
  dwc:latitude '63.702103'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1185'^^xsd:string;
  dwc:observationDate '2012-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5315852755 7.62808287085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.5315852755"^^xsd:decimal ;
  dwc:decimalLongitude "7.62808287085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.5315852755 7.62808287085)"^^geo:wktLiteral ;
  geo-pos:lat "63.5315852755"^^xsd:decimal ;
  geo-pos:long "7.62808287085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1186'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '7.62808287085'^^xsd:double;
  dwc:latitude '63.5315852755'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1186'^^xsd:string;
  dwc:observationDate '2012-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1187> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.4961159438 7.24793456277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.4961159438"^^xsd:decimal ;
  dwc:decimalLongitude "7.24793456277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.4961159438 7.24793456277)"^^geo:wktLiteral ;
  geo-pos:lat "63.4961159438"^^xsd:decimal ;
  geo-pos:long "7.24793456277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1187'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '7.24793456277'^^xsd:double;
  dwc:latitude '63.4961159438'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1187'^^xsd:string;
  dwc:observationDate '2012-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1188> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.393629 7.091386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.393629"^^xsd:decimal ;
  dwc:decimalLongitude "7.091386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.393629 7.091386)"^^geo:wktLiteral ;
  geo-pos:lat "63.393629"^^xsd:decimal ;
  geo-pos:long "7.091386"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1188'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '7.091386'^^xsd:double;
  dwc:latitude '63.393629'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1188'^^xsd:string;
  dwc:observationDate '2012-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.39333 7.092963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.39333"^^xsd:decimal ;
  dwc:decimalLongitude "7.092963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.39333 7.092963)"^^geo:wktLiteral ;
  geo-pos:lat "63.39333"^^xsd:decimal ;
  geo-pos:long "7.092963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1189'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '7.092963'^^xsd:double;
  dwc:latitude '63.39333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1189'^^xsd:string;
  dwc:observationDate '2012-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.392777 7.095649)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.392777"^^xsd:decimal ;
  dwc:decimalLongitude "7.095649"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.392777 7.095649)"^^geo:wktLiteral ;
  geo-pos:lat "63.392777"^^xsd:decimal ;
  geo-pos:long "7.095649"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1190'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '7.095649'^^xsd:double;
  dwc:latitude '63.392777'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1190'^^xsd:string;
  dwc:observationDate '2012-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.392398 7.097657)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.392398"^^xsd:decimal ;
  dwc:decimalLongitude "7.097657"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.392398 7.097657)"^^geo:wktLiteral ;
  geo-pos:lat "63.392398"^^xsd:decimal ;
  geo-pos:long "7.097657"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1191'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '7.097657'^^xsd:double;
  dwc:latitude '63.392398'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1191'^^xsd:string;
  dwc:observationDate '2012-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1192> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.391831 7.100647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.391831"^^xsd:decimal ;
  dwc:decimalLongitude "7.100647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.391831 7.100647)"^^geo:wktLiteral ;
  geo-pos:lat "63.391831"^^xsd:decimal ;
  geo-pos:long "7.100647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1192'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '7.100647'^^xsd:double;
  dwc:latitude '63.391831'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1192'^^xsd:string;
  dwc:observationDate '2012-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.39132 7.103085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.39132"^^xsd:decimal ;
  dwc:decimalLongitude "7.103085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.39132 7.103085)"^^geo:wktLiteral ;
  geo-pos:lat "63.39132"^^xsd:decimal ;
  geo-pos:long "7.103085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1193'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '7.103085'^^xsd:double;
  dwc:latitude '63.39132'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1193'^^xsd:string;
  dwc:observationDate '2012-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2923776256 7.01639960168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.2923776256"^^xsd:decimal ;
  dwc:decimalLongitude "7.01639960168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.2923776256 7.01639960168)"^^geo:wktLiteral ;
  geo-pos:lat "63.2923776256"^^xsd:decimal ;
  geo-pos:long "7.01639960168"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1194'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '7.01639960168'^^xsd:double;
  dwc:latitude '63.2923776256'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1194'^^xsd:string;
  dwc:observationDate '2012-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.016041 5.931551)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.016041"^^xsd:decimal ;
  dwc:decimalLongitude "5.931551"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.016041 5.931551)"^^geo:wktLiteral ;
  geo-pos:lat "64.016041"^^xsd:decimal ;
  geo-pos:long "5.931551"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1195'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.931551'^^xsd:double;
  dwc:latitude '64.016041'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1195'^^xsd:string;
  dwc:observationDate '2012-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.016076 5.929848)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.016076"^^xsd:decimal ;
  dwc:decimalLongitude "5.929848"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.016076 5.929848)"^^geo:wktLiteral ;
  geo-pos:lat "64.016076"^^xsd:decimal ;
  geo-pos:long "5.929848"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1196'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.929848'^^xsd:double;
  dwc:latitude '64.016076'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1196'^^xsd:string;
  dwc:observationDate '2012-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.015994 5.93354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.015994"^^xsd:decimal ;
  dwc:decimalLongitude "5.93354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.015994 5.93354)"^^geo:wktLiteral ;
  geo-pos:lat "64.015994"^^xsd:decimal ;
  geo-pos:long "5.93354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1197'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.93354'^^xsd:double;
  dwc:latitude '64.015994'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1197'^^xsd:string;
  dwc:observationDate '2012-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.015884 5.936853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.015884"^^xsd:decimal ;
  dwc:decimalLongitude "5.936853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.015884 5.936853)"^^geo:wktLiteral ;
  geo-pos:lat "64.015884"^^xsd:decimal ;
  geo-pos:long "5.936853"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1198'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.936853'^^xsd:double;
  dwc:latitude '64.015884'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1198'^^xsd:string;
  dwc:observationDate '2012-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.015802 5.93922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.015802"^^xsd:decimal ;
  dwc:decimalLongitude "5.93922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.015802 5.93922)"^^geo:wktLiteral ;
  geo-pos:lat "64.015802"^^xsd:decimal ;
  geo-pos:long "5.93922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1199'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.93922'^^xsd:double;
  dwc:latitude '64.015802'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1199'^^xsd:string;
  dwc:observationDate '2012-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.015723 5.941767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.015723"^^xsd:decimal ;
  dwc:decimalLongitude "5.941767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.015723 5.941767)"^^geo:wktLiteral ;
  geo-pos:lat "64.015723"^^xsd:decimal ;
  geo-pos:long "5.941767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1200'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '5.941767'^^xsd:double;
  dwc:latitude '64.015723'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1200'^^xsd:string;
  dwc:observationDate '2012-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.057943 6.00913)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.057943"^^xsd:decimal ;
  dwc:decimalLongitude "6.00913"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.057943 6.00913)"^^geo:wktLiteral ;
  geo-pos:lat "64.057943"^^xsd:decimal ;
  geo-pos:long "6.00913"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1201'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '6.00913'^^xsd:double;
  dwc:latitude '64.057943'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1201'^^xsd:string;
  dwc:observationDate '2012-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.058161 6.012318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.058161"^^xsd:decimal ;
  dwc:decimalLongitude "6.012318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.058161 6.012318)"^^geo:wktLiteral ;
  geo-pos:lat "64.058161"^^xsd:decimal ;
  geo-pos:long "6.012318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1202'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '6.012318'^^xsd:double;
  dwc:latitude '64.058161'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1202'^^xsd:string;
  dwc:observationDate '2012-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.058711 6.019202)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.058711"^^xsd:decimal ;
  dwc:decimalLongitude "6.019202"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.058711 6.019202)"^^geo:wktLiteral ;
  geo-pos:lat "64.058711"^^xsd:decimal ;
  geo-pos:long "6.019202"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1203'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '6.019202'^^xsd:double;
  dwc:latitude '64.058711'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1203'^^xsd:string;
  dwc:observationDate '2012-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.059003 6.022806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.059003"^^xsd:decimal ;
  dwc:decimalLongitude "6.022806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.059003 6.022806)"^^geo:wktLiteral ;
  geo-pos:lat "64.059003"^^xsd:decimal ;
  geo-pos:long "6.022806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1204'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '6.022806'^^xsd:double;
  dwc:latitude '64.059003'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1204'^^xsd:string;
  dwc:observationDate '2012-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.4212400002 5.9146589999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.4212400002"^^xsd:decimal ;
  dwc:decimalLongitude "5.9146589999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.4212400002 5.9146589999)"^^geo:wktLiteral ;
  geo-pos:lat "64.4212400002"^^xsd:decimal ;
  geo-pos:long "5.9146589999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1205'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.9146589999'^^xsd:double;
  dwc:latitude '64.4212400002'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1205'^^xsd:string;
  dwc:observationDate '2012-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.008162 11.285847)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.008162"^^xsd:decimal ;
  dwc:decimalLongitude "11.285847"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.008162 11.285847)"^^geo:wktLiteral ;
  geo-pos:lat "65.008162"^^xsd:decimal ;
  geo-pos:long "11.285847"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1206'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:longitude '11.285847'^^xsd:double;
  dwc:latitude '65.008162'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1206'^^xsd:string;
  dwc:observationDate '2012-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.156416 9.463774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.156416"^^xsd:decimal ;
  dwc:decimalLongitude "9.463774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.156416 9.463774)"^^geo:wktLiteral ;
  geo-pos:lat "65.156416"^^xsd:decimal ;
  geo-pos:long "9.463774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1207'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '9.463774'^^xsd:double;
  dwc:latitude '65.156416'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1207'^^xsd:string;
  dwc:observationDate '2012-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.150686 9.464492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.150686"^^xsd:decimal ;
  dwc:decimalLongitude "9.464492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.150686 9.464492)"^^geo:wktLiteral ;
  geo-pos:lat "65.150686"^^xsd:decimal ;
  geo-pos:long "9.464492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1208'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '9.464492'^^xsd:double;
  dwc:latitude '65.150686'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1208'^^xsd:string;
  dwc:observationDate '2012-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1615173032 9.34455557164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.1615173032"^^xsd:decimal ;
  dwc:decimalLongitude "9.34455557164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1615173032 9.34455557164)"^^geo:wktLiteral ;
  geo-pos:lat "65.1615173032"^^xsd:decimal ;
  geo-pos:long "9.34455557164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1209'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '9.34455557164'^^xsd:double;
  dwc:latitude '65.1615173032'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1209'^^xsd:string;
  dwc:observationDate '2012-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1061969331 9.49389084655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.1061969331"^^xsd:decimal ;
  dwc:decimalLongitude "9.49389084655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.1061969331 9.49389084655)"^^geo:wktLiteral ;
  geo-pos:lat "65.1061969331"^^xsd:decimal ;
  geo-pos:long "9.49389084655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1210'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '9.49389084655'^^xsd:double;
  dwc:latitude '65.1061969331'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1210'^^xsd:string;
  dwc:observationDate '2012-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.078017 9.362248)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.078017"^^xsd:decimal ;
  dwc:decimalLongitude "9.362248"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.078017 9.362248)"^^geo:wktLiteral ;
  geo-pos:lat "65.078017"^^xsd:decimal ;
  geo-pos:long "9.362248"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1211'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '9.362248'^^xsd:double;
  dwc:latitude '65.078017'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1211'^^xsd:string;
  dwc:observationDate '2012-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.050156 9.364563)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.050156"^^xsd:decimal ;
  dwc:decimalLongitude "9.364563"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.050156 9.364563)"^^geo:wktLiteral ;
  geo-pos:lat "65.050156"^^xsd:decimal ;
  geo-pos:long "9.364563"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1212'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '9.364563'^^xsd:double;
  dwc:latitude '65.050156'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1212'^^xsd:string;
  dwc:observationDate '2012-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.049299 9.376964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.049299"^^xsd:decimal ;
  dwc:decimalLongitude "9.376964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.049299 9.376964)"^^geo:wktLiteral ;
  geo-pos:lat "65.049299"^^xsd:decimal ;
  geo-pos:long "9.376964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1213'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '9.376964'^^xsd:double;
  dwc:latitude '65.049299'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1213'^^xsd:string;
  dwc:observationDate '2012-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.983617 9.404565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.983617"^^xsd:decimal ;
  dwc:decimalLongitude "9.404565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.983617 9.404565)"^^geo:wktLiteral ;
  geo-pos:lat "64.983617"^^xsd:decimal ;
  geo-pos:long "9.404565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1214'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:longitude '9.404565'^^xsd:double;
  dwc:latitude '64.983617'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1214'^^xsd:string;
  dwc:observationDate '2012-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.954712 9.125306)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.954712"^^xsd:decimal ;
  dwc:decimalLongitude "9.125306"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.954712 9.125306)"^^geo:wktLiteral ;
  geo-pos:lat "64.954712"^^xsd:decimal ;
  geo-pos:long "9.125306"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1215'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '9.125306'^^xsd:double;
  dwc:latitude '64.954712'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1215'^^xsd:string;
  dwc:observationDate '2012-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.148831 7.812978)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.148831"^^xsd:decimal ;
  dwc:decimalLongitude "7.812978"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.148831 7.812978)"^^geo:wktLiteral ;
  geo-pos:lat "64.148831"^^xsd:decimal ;
  geo-pos:long "7.812978"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1216'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '7.812978'^^xsd:double;
  dwc:latitude '64.148831'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1216'^^xsd:string;
  dwc:observationDate '2012-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.151633 7.812951)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.151633"^^xsd:decimal ;
  dwc:decimalLongitude "7.812951"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.151633 7.812951)"^^geo:wktLiteral ;
  geo-pos:lat "64.151633"^^xsd:decimal ;
  geo-pos:long "7.812951"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1217'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '7.812951'^^xsd:double;
  dwc:latitude '64.151633'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1217'^^xsd:string;
  dwc:observationDate '2012-09-18'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0553805008 7.85588150687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0553805008"^^xsd:decimal ;
  dwc:decimalLongitude "7.85588150687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0553805008 7.85588150687)"^^geo:wktLiteral ;
  geo-pos:lat "64.0553805008"^^xsd:decimal ;
  geo-pos:long "7.85588150687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1218'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '7.85588150687'^^xsd:double;
  dwc:latitude '64.0553805008'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1218'^^xsd:string;
  dwc:observationDate '2012-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.930698 7.890874)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.930698"^^xsd:decimal ;
  dwc:decimalLongitude "7.890874"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.930698 7.890874)"^^geo:wktLiteral ;
  geo-pos:lat "63.930698"^^xsd:decimal ;
  geo-pos:long "7.890874"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1219'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '7.890874'^^xsd:double;
  dwc:latitude '63.930698'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1219'^^xsd:string;
  dwc:observationDate '2012-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.933017 7.892011)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.933017"^^xsd:decimal ;
  dwc:decimalLongitude "7.892011"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.933017 7.892011)"^^geo:wktLiteral ;
  geo-pos:lat "63.933017"^^xsd:decimal ;
  geo-pos:long "7.892011"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1220'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '7.892011'^^xsd:double;
  dwc:latitude '63.933017'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1220'^^xsd:string;
  dwc:observationDate '2012-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.93194 7.89526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.93194"^^xsd:decimal ;
  dwc:decimalLongitude "7.89526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.93194 7.89526)"^^geo:wktLiteral ;
  geo-pos:lat "63.93194"^^xsd:decimal ;
  geo-pos:long "7.89526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1221'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '7.89526'^^xsd:double;
  dwc:latitude '63.93194'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1221'^^xsd:string;
  dwc:observationDate '2012-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.660592 6.102646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.660592"^^xsd:decimal ;
  dwc:decimalLongitude "6.102646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.660592 6.102646)"^^geo:wktLiteral ;
  geo-pos:lat "64.660592"^^xsd:decimal ;
  geo-pos:long "6.102646"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1222'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '6.102646'^^xsd:double;
  dwc:latitude '64.660592'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1222'^^xsd:string;
  dwc:observationDate '2012-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.663479 6.108276)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.663479"^^xsd:decimal ;
  dwc:decimalLongitude "6.108276"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.663479 6.108276)"^^geo:wktLiteral ;
  geo-pos:lat "64.663479"^^xsd:decimal ;
  geo-pos:long "6.108276"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1223'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:longitude '6.108276'^^xsd:double;
  dwc:latitude '64.663479'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1223'^^xsd:string;
  dwc:observationDate '2012-09-19'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.618469 5.946379)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.618469"^^xsd:decimal ;
  dwc:decimalLongitude "5.946379"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.618469 5.946379)"^^geo:wktLiteral ;
  geo-pos:lat "64.618469"^^xsd:decimal ;
  geo-pos:long "5.946379"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1224'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.946379'^^xsd:double;
  dwc:latitude '64.618469'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1224'^^xsd:string;
  dwc:observationDate '2012-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.618405 5.951126)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.618405"^^xsd:decimal ;
  dwc:decimalLongitude "5.951126"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.618405 5.951126)"^^geo:wktLiteral ;
  geo-pos:lat "64.618405"^^xsd:decimal ;
  geo-pos:long "5.951126"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1225'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.951126'^^xsd:double;
  dwc:latitude '64.618405'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1225'^^xsd:string;
  dwc:observationDate '2012-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.5047319011 5.92831197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.5047319011"^^xsd:decimal ;
  dwc:decimalLongitude "5.92831197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.5047319011 5.92831197)"^^geo:wktLiteral ;
  geo-pos:lat "64.5047319011"^^xsd:decimal ;
  geo-pos:long "5.92831197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1226'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:longitude '5.92831197'^^xsd:double;
  dwc:latitude '64.5047319011'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1226'^^xsd:string;
  dwc:observationDate '2012-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.535062 5.294048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.535062"^^xsd:decimal ;
  dwc:decimalLongitude "5.294048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.535062 5.294048)"^^geo:wktLiteral ;
  geo-pos:lat "62.535062"^^xsd:decimal ;
  geo-pos:long "5.294048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1227'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.294048'^^xsd:double;
  dwc:latitude '62.535062'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1227'^^xsd:string;
  dwc:observationDate '2012-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.533516 5.302425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.533516"^^xsd:decimal ;
  dwc:decimalLongitude "5.302425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.533516 5.302425)"^^geo:wktLiteral ;
  geo-pos:lat "62.533516"^^xsd:decimal ;
  geo-pos:long "5.302425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1228'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.302425'^^xsd:double;
  dwc:latitude '62.533516'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1228'^^xsd:string;
  dwc:observationDate '2012-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.009629 5.072047)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.009629"^^xsd:decimal ;
  dwc:decimalLongitude "5.072047"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.009629 5.072047)"^^geo:wktLiteral ;
  geo-pos:lat "63.009629"^^xsd:decimal ;
  geo-pos:long "5.072047"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1229'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.072047'^^xsd:double;
  dwc:latitude '63.009629'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1229'^^xsd:string;
  dwc:observationDate '2012-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.005898 5.072219)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.005898"^^xsd:decimal ;
  dwc:decimalLongitude "5.072219"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.005898 5.072219)"^^geo:wktLiteral ;
  geo-pos:lat "63.005898"^^xsd:decimal ;
  geo-pos:long "5.072219"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1230'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '5.072219'^^xsd:double;
  dwc:latitude '63.005898'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1230'^^xsd:string;
  dwc:observationDate '2012-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.892987 4.902232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.892987"^^xsd:decimal ;
  dwc:decimalLongitude "4.902232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.892987 4.902232)"^^geo:wktLiteral ;
  geo-pos:lat "62.892987"^^xsd:decimal ;
  geo-pos:long "4.902232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1231'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.902232'^^xsd:double;
  dwc:latitude '62.892987'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1231'^^xsd:string;
  dwc:observationDate '2012-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.445379 5.883508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.445379"^^xsd:decimal ;
  dwc:decimalLongitude "5.883508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.445379 5.883508)"^^geo:wktLiteral ;
  geo-pos:lat "62.445379"^^xsd:decimal ;
  geo-pos:long "5.883508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1232'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.883508'^^xsd:double;
  dwc:latitude '62.445379'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1232'^^xsd:string;
  dwc:observationDate '2012-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.446895 5.923674)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.446895"^^xsd:decimal ;
  dwc:decimalLongitude "5.923674"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.446895 5.923674)"^^geo:wktLiteral ;
  geo-pos:lat "62.446895"^^xsd:decimal ;
  geo-pos:long "5.923674"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1233'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.923674'^^xsd:double;
  dwc:latitude '62.446895'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1233'^^xsd:string;
  dwc:observationDate '2012-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.448441 5.886538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.448441"^^xsd:decimal ;
  dwc:decimalLongitude "5.886538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.448441 5.886538)"^^geo:wktLiteral ;
  geo-pos:lat "62.448441"^^xsd:decimal ;
  geo-pos:long "5.886538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1234'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.886538'^^xsd:double;
  dwc:latitude '62.448441'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1234'^^xsd:string;
  dwc:observationDate '2012-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.446987 5.905722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.446987"^^xsd:decimal ;
  dwc:decimalLongitude "5.905722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.446987 5.905722)"^^geo:wktLiteral ;
  geo-pos:lat "62.446987"^^xsd:decimal ;
  geo-pos:long "5.905722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1235'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.905722'^^xsd:double;
  dwc:latitude '62.446987'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1235'^^xsd:string;
  dwc:observationDate '2012-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.449122 5.906107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.449122"^^xsd:decimal ;
  dwc:decimalLongitude "5.906107"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.449122 5.906107)"^^geo:wktLiteral ;
  geo-pos:lat "62.449122"^^xsd:decimal ;
  geo-pos:long "5.906107"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1236'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.906107'^^xsd:double;
  dwc:latitude '62.449122'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1236'^^xsd:string;
  dwc:observationDate '2012-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.4452307414 5.91009690209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.4452307414"^^xsd:decimal ;
  dwc:decimalLongitude "5.91009690209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.4452307414 5.91009690209)"^^geo:wktLiteral ;
  geo-pos:lat "62.4452307414"^^xsd:decimal ;
  geo-pos:long "5.91009690209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1237'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.91009690209'^^xsd:double;
  dwc:latitude '62.4452307414'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1237'^^xsd:string;
  dwc:observationDate '2012-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.447567 5.919137)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.447567"^^xsd:decimal ;
  dwc:decimalLongitude "5.919137"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.447567 5.919137)"^^geo:wktLiteral ;
  geo-pos:lat "62.447567"^^xsd:decimal ;
  geo-pos:long "5.919137"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1238'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.919137'^^xsd:double;
  dwc:latitude '62.447567'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1238'^^xsd:string;
  dwc:observationDate '2012-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.447234 5.921092)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.447234"^^xsd:decimal ;
  dwc:decimalLongitude "5.921092"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.447234 5.921092)"^^geo:wktLiteral ;
  geo-pos:lat "62.447234"^^xsd:decimal ;
  geo-pos:long "5.921092"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1239'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:longitude '5.921092'^^xsd:double;
  dwc:latitude '62.447234'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1239'^^xsd:string;
  dwc:observationDate '2012-10-05'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.745521 6.960568)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.745521"^^xsd:decimal ;
  dwc:decimalLongitude "6.960568"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.745521 6.960568)"^^geo:wktLiteral ;
  geo-pos:lat "62.745521"^^xsd:decimal ;
  geo-pos:long "6.960568"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1240'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '6.960568'^^xsd:double;
  dwc:latitude '62.745521'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1240'^^xsd:string;
  dwc:observationDate '2012-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.772488 6.933228)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.772488"^^xsd:decimal ;
  dwc:decimalLongitude "6.933228"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.772488 6.933228)"^^geo:wktLiteral ;
  geo-pos:lat "62.772488"^^xsd:decimal ;
  geo-pos:long "6.933228"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1241'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:longitude '6.933228'^^xsd:double;
  dwc:latitude '62.772488'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1241'^^xsd:string;
  dwc:observationDate '2012-10-06'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.538029 3.342935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.538029"^^xsd:decimal ;
  dwc:decimalLongitude "3.342935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.538029 3.342935)"^^geo:wktLiteral ;
  geo-pos:lat "62.538029"^^xsd:decimal ;
  geo-pos:long "3.342935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1242'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '3.342935'^^xsd:double;
  dwc:latitude '62.538029'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1242'^^xsd:string;
  dwc:observationDate '2013-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.675277 3.61672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.675277"^^xsd:decimal ;
  dwc:decimalLongitude "3.61672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.675277 3.61672)"^^geo:wktLiteral ;
  geo-pos:lat "62.675277"^^xsd:decimal ;
  geo-pos:long "3.61672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1243'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '3.61672'^^xsd:double;
  dwc:latitude '62.675277'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1243'^^xsd:string;
  dwc:observationDate '2013-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.5942888864 3.55457475017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.5942888864"^^xsd:decimal ;
  dwc:decimalLongitude "3.55457475017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "261"^^xsd:integer ;
  dwc:maximumDepthInMeters "305"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.5942888864 3.55457475017)"^^geo:wktLiteral ;
  geo-pos:lat "62.5942888864"^^xsd:decimal ;
  geo-pos:long "3.55457475017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1244'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '3.55457475017'^^xsd:double;
  dwc:latitude '62.5942888864'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '261'^^xsd:integer;
  dwc:maximumDepth '305'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1244'^^xsd:string;
  dwc:observationDate '2013-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.483909 3.50613)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.483909"^^xsd:decimal ;
  dwc:decimalLongitude "3.50613"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.483909 3.50613)"^^geo:wktLiteral ;
  geo-pos:lat "62.483909"^^xsd:decimal ;
  geo-pos:long "3.50613"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1245'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '3.50613'^^xsd:double;
  dwc:latitude '62.483909'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1245'^^xsd:string;
  dwc:observationDate '2013-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.684436 4.03063)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.684436"^^xsd:decimal ;
  dwc:decimalLongitude "4.03063"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.684436 4.03063)"^^geo:wktLiteral ;
  geo-pos:lat "62.684436"^^xsd:decimal ;
  geo-pos:long "4.03063"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1246'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.03063'^^xsd:double;
  dwc:latitude '62.684436'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1246'^^xsd:string;
  dwc:observationDate '2013-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.682436 4.033145)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.682436"^^xsd:decimal ;
  dwc:decimalLongitude "4.033145"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.682436 4.033145)"^^geo:wktLiteral ;
  geo-pos:lat "62.682436"^^xsd:decimal ;
  geo-pos:long "4.033145"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1247'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:longitude '4.033145'^^xsd:double;
  dwc:latitude '62.682436'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1247'^^xsd:string;
  dwc:observationDate '2013-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.75957 4.238076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.75957"^^xsd:decimal ;
  dwc:decimalLongitude "4.238076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.75957 4.238076)"^^geo:wktLiteral ;
  geo-pos:lat "62.75957"^^xsd:decimal ;
  geo-pos:long "4.238076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1248'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:longitude '4.238076'^^xsd:double;
  dwc:latitude '62.75957'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1248'^^xsd:string;
  dwc:observationDate '2013-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.221621 5.338239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.221621"^^xsd:decimal ;
  dwc:decimalLongitude "5.338239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.221621 5.338239)"^^geo:wktLiteral ;
  geo-pos:lat "63.221621"^^xsd:decimal ;
  geo-pos:long "5.338239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1249'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.338239'^^xsd:double;
  dwc:latitude '63.221621'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1249'^^xsd:string;
  dwc:observationDate '2013-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.222667 5.337667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.222667"^^xsd:decimal ;
  dwc:decimalLongitude "5.337667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.222667 5.337667)"^^geo:wktLiteral ;
  geo-pos:lat "63.222667"^^xsd:decimal ;
  geo-pos:long "5.337667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1250'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '5.337667'^^xsd:double;
  dwc:latitude '63.222667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1250'^^xsd:string;
  dwc:observationDate '2013-10-02'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6791079006 9.73434944614)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.6791079006"^^xsd:decimal ;
  dwc:decimalLongitude "9.73434944614"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "268"^^xsd:integer ;
  dwc:maximumDepthInMeters "282"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.6791079006 9.73434944614)"^^geo:wktLiteral ;
  geo-pos:lat "64.6791079006"^^xsd:decimal ;
  geo-pos:long "9.73434944614"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1251'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:longitude '9.73434944614'^^xsd:double;
  dwc:latitude '64.6791079006'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '268'^^xsd:integer;
  dwc:maximumDepth '282'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1251'^^xsd:string;
  dwc:observationDate '2013-10-07'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.3092633969 6.6445376259)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.3092633969"^^xsd:decimal ;
  dwc:decimalLongitude "6.6445376259"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.3092633969 6.6445376259)"^^geo:wktLiteral ;
  geo-pos:lat "66.3092633969"^^xsd:decimal ;
  geo-pos:long "6.6445376259"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1252'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:longitude '6.6445376259'^^xsd:double;
  dwc:latitude '66.3092633969'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1252'^^xsd:string;
  dwc:observationDate '2013-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.846899 6.450787)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.846899"^^xsd:decimal ;
  dwc:decimalLongitude "6.450787"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.846899 6.450787)"^^geo:wktLiteral ;
  geo-pos:lat "65.846899"^^xsd:decimal ;
  geo-pos:long "6.450787"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1253'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '6.450787'^^xsd:double;
  dwc:latitude '65.846899'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1253'^^xsd:string;
  dwc:observationDate '2013-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.848794 6.448059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.848794"^^xsd:decimal ;
  dwc:decimalLongitude "6.448059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.848794 6.448059)"^^geo:wktLiteral ;
  geo-pos:lat "65.848794"^^xsd:decimal ;
  geo-pos:long "6.448059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1254'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '6.448059'^^xsd:double;
  dwc:latitude '65.848794'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1254'^^xsd:string;
  dwc:observationDate '2013-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.741301 6.00305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.741301"^^xsd:decimal ;
  dwc:decimalLongitude "6.00305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.741301 6.00305)"^^geo:wktLiteral ;
  geo-pos:lat "65.741301"^^xsd:decimal ;
  geo-pos:long "6.00305"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1255'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:longitude '6.00305'^^xsd:double;
  dwc:latitude '65.741301'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1255'^^xsd:string;
  dwc:observationDate '2013-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.6382285779 6.04331766078)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.6382285779"^^xsd:decimal ;
  dwc:decimalLongitude "6.04331766078"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.6382285779 6.04331766078)"^^geo:wktLiteral ;
  geo-pos:lat "65.6382285779"^^xsd:decimal ;
  geo-pos:long "6.04331766078"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1256'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '6.04331766078'^^xsd:double;
  dwc:latitude '65.6382285779'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1256'^^xsd:string;
  dwc:observationDate '2013-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.671401 5.926425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.671401"^^xsd:decimal ;
  dwc:decimalLongitude "5.926425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.671401 5.926425)"^^geo:wktLiteral ;
  geo-pos:lat "65.671401"^^xsd:decimal ;
  geo-pos:long "5.926425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1257'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:longitude '5.926425'^^xsd:double;
  dwc:latitude '65.671401'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1257'^^xsd:string;
  dwc:observationDate '2013-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.414188 6.211235)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.414188"^^xsd:decimal ;
  dwc:decimalLongitude "6.211235"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.414188 6.211235)"^^geo:wktLiteral ;
  geo-pos:lat "65.414188"^^xsd:decimal ;
  geo-pos:long "6.211235"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1258'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '6.211235'^^xsd:double;
  dwc:latitude '65.414188'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1258'^^xsd:string;
  dwc:observationDate '2013-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.413408 6.202925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.413408"^^xsd:decimal ;
  dwc:decimalLongitude "6.202925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.413408 6.202925)"^^geo:wktLiteral ;
  geo-pos:lat "65.413408"^^xsd:decimal ;
  geo-pos:long "6.202925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1259'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '6.202925'^^xsd:double;
  dwc:latitude '65.413408'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1259'^^xsd:string;
  dwc:observationDate '2013-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.286134 6.296874)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.286134"^^xsd:decimal ;
  dwc:decimalLongitude "6.296874"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.286134 6.296874)"^^geo:wktLiteral ;
  geo-pos:lat "65.286134"^^xsd:decimal ;
  geo-pos:long "6.296874"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1260'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '6.296874'^^xsd:double;
  dwc:latitude '65.286134'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1260'^^xsd:string;
  dwc:observationDate '2013-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.226481 6.280679)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.226481"^^xsd:decimal ;
  dwc:decimalLongitude "6.280679"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.226481 6.280679)"^^geo:wktLiteral ;
  geo-pos:lat "65.226481"^^xsd:decimal ;
  geo-pos:long "6.280679"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1261'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '6.280679'^^xsd:double;
  dwc:latitude '65.226481'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1261'^^xsd:string;
  dwc:observationDate '2013-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.228267 6.282991)"^^geo:wktLiteral ;
  dwc:decimalLatitude "65.228267"^^xsd:decimal ;
  dwc:decimalLongitude "6.282991"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (65.228267 6.282991)"^^geo:wktLiteral ;
  geo-pos:lat "65.228267"^^xsd:decimal ;
  geo-pos:long "6.282991"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1262'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '6.282991'^^xsd:double;
  dwc:latitude '65.228267'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1262'^^xsd:string;
  dwc:observationDate '2013-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6897155016 5.56363889842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6897155016"^^xsd:decimal ;
  dwc:decimalLongitude "5.56363889842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6897155016 5.56363889842)"^^geo:wktLiteral ;
  geo-pos:lat "63.6897155016"^^xsd:decimal ;
  geo-pos:long "5.56363889842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1263'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.56363889842'^^xsd:double;
  dwc:latitude '63.6897155016'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1263'^^xsd:string;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.7183808906 5.60236873448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.7183808906"^^xsd:decimal ;
  dwc:decimalLongitude "5.60236873448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "450"^^xsd:integer ;
  dwc:maximumDepthInMeters "464"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.7183808906 5.60236873448)"^^geo:wktLiteral ;
  geo-pos:lat "63.7183808906"^^xsd:decimal ;
  geo-pos:long "5.60236873448"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1264'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:longitude '5.60236873448'^^xsd:double;
  dwc:latitude '63.7183808906'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '450'^^xsd:integer;
  dwc:maximumDepth '464'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1264'^^xsd:string;
  dwc:observationDate '2014-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.75024 5.817367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.75024"^^xsd:decimal ;
  dwc:decimalLongitude "5.817367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.75024 5.817367)"^^geo:wktLiteral ;
  geo-pos:lat "63.75024"^^xsd:decimal ;
  geo-pos:long "5.817367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1265'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.817367'^^xsd:double;
  dwc:latitude '63.75024'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1265'^^xsd:string;
  dwc:observationDate '2014-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.748429 5.818807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.748429"^^xsd:decimal ;
  dwc:decimalLongitude "5.818807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.748429 5.818807)"^^geo:wktLiteral ;
  geo-pos:lat "63.748429"^^xsd:decimal ;
  geo-pos:long "5.818807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1266'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '5.818807'^^xsd:double;
  dwc:latitude '63.748429'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1266'^^xsd:string;
  dwc:observationDate '2014-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.890469 6.046087)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.890469"^^xsd:decimal ;
  dwc:decimalLongitude "6.046087"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.890469 6.046087)"^^geo:wktLiteral ;
  geo-pos:lat "63.890469"^^xsd:decimal ;
  geo-pos:long "6.046087"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1267'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '6.046087'^^xsd:double;
  dwc:latitude '63.890469'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1267'^^xsd:string;
  dwc:observationDate '2014-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.733167 5.804657)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.733167"^^xsd:decimal ;
  dwc:decimalLongitude "5.804657"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.733167 5.804657)"^^geo:wktLiteral ;
  geo-pos:lat "63.733167"^^xsd:decimal ;
  geo-pos:long "5.804657"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1268'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.804657'^^xsd:double;
  dwc:latitude '63.733167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1268'^^xsd:string;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.7336 5.806646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.7336"^^xsd:decimal ;
  dwc:decimalLongitude "5.806646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.7336 5.806646)"^^geo:wktLiteral ;
  geo-pos:lat "63.7336"^^xsd:decimal ;
  geo-pos:long "5.806646"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1269'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.806646'^^xsd:double;
  dwc:latitude '63.7336'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1269'^^xsd:string;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.7152109749 5.78852658603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.7152109749"^^xsd:decimal ;
  dwc:decimalLongitude "5.78852658603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.7152109749 5.78852658603)"^^geo:wktLiteral ;
  geo-pos:lat "63.7152109749"^^xsd:decimal ;
  geo-pos:long "5.78852658603"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1270'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.78852658603'^^xsd:double;
  dwc:latitude '63.7152109749'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1270'^^xsd:string;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.734005 5.710077)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.734005"^^xsd:decimal ;
  dwc:decimalLongitude "5.710077"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.734005 5.710077)"^^geo:wktLiteral ;
  geo-pos:lat "63.734005"^^xsd:decimal ;
  geo-pos:long "5.710077"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1271'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '5.710077'^^xsd:double;
  dwc:latitude '63.734005'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1271'^^xsd:string;
  dwc:observationDate '2014-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.667328 5.811333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.667328"^^xsd:decimal ;
  dwc:decimalLongitude "5.811333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.667328 5.811333)"^^geo:wktLiteral ;
  geo-pos:lat "63.667328"^^xsd:decimal ;
  geo-pos:long "5.811333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1272'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.811333'^^xsd:double;
  dwc:latitude '63.667328'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1272'^^xsd:string;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.669251 5.814084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.669251"^^xsd:decimal ;
  dwc:decimalLongitude "5.814084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.669251 5.814084)"^^geo:wktLiteral ;
  geo-pos:lat "63.669251"^^xsd:decimal ;
  geo-pos:long "5.814084"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1273'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '5.814084'^^xsd:double;
  dwc:latitude '63.669251'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1273'^^xsd:string;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.624754 3.377068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.624754"^^xsd:decimal ;
  dwc:decimalLongitude "3.377068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.624754 3.377068)"^^geo:wktLiteral ;
  geo-pos:lat "62.624754"^^xsd:decimal ;
  geo-pos:long "3.377068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1274'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:longitude '3.377068'^^xsd:double;
  dwc:latitude '62.624754'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1274'^^xsd:string;
  dwc:observationDate '2014-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.488596 6.165371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.488596"^^xsd:decimal ;
  dwc:decimalLongitude "6.165371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.488596 6.165371)"^^geo:wktLiteral ;
  geo-pos:lat "64.488596"^^xsd:decimal ;
  geo-pos:long "6.165371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1275'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '6.165371'^^xsd:double;
  dwc:latitude '64.488596'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1275'^^xsd:string;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.43317 6.237656)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.43317"^^xsd:decimal ;
  dwc:decimalLongitude "6.237656"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.43317 6.237656)"^^geo:wktLiteral ;
  geo-pos:lat "64.43317"^^xsd:decimal ;
  geo-pos:long "6.237656"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1276'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '6.237656'^^xsd:double;
  dwc:latitude '64.43317'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1276'^^xsd:string;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.3417263129 6.2353128563)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.3417263129"^^xsd:decimal ;
  dwc:decimalLongitude "6.2353128563"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.3417263129 6.2353128563)"^^geo:wktLiteral ;
  geo-pos:lat "64.3417263129"^^xsd:decimal ;
  geo-pos:long "6.2353128563"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1277'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '6.2353128563'^^xsd:double;
  dwc:latitude '64.3417263129'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1277'^^xsd:string;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.340221 6.232854)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.340221"^^xsd:decimal ;
  dwc:decimalLongitude "6.232854"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.340221 6.232854)"^^geo:wktLiteral ;
  geo-pos:lat "64.340221"^^xsd:decimal ;
  geo-pos:long "6.232854"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1278'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '6.232854'^^xsd:double;
  dwc:latitude '64.340221'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1278'^^xsd:string;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.169259 6.196061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.169259"^^xsd:decimal ;
  dwc:decimalLongitude "6.196061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.169259 6.196061)"^^geo:wktLiteral ;
  geo-pos:lat "64.169259"^^xsd:decimal ;
  geo-pos:long "6.196061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1279'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '6.196061'^^xsd:double;
  dwc:latitude '64.169259'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1279'^^xsd:string;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.171273 6.198754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.171273"^^xsd:decimal ;
  dwc:decimalLongitude "6.198754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.171273 6.198754)"^^geo:wktLiteral ;
  geo-pos:lat "64.171273"^^xsd:decimal ;
  geo-pos:long "6.198754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1280'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:longitude '6.198754'^^xsd:double;
  dwc:latitude '64.171273'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1280'^^xsd:string;
  dwc:observationDate '2015-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.718428 6.263031)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.718428"^^xsd:decimal ;
  dwc:decimalLongitude "6.263031"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.718428 6.263031)"^^geo:wktLiteral ;
  geo-pos:lat "64.718428"^^xsd:decimal ;
  geo-pos:long "6.263031"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1281'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:longitude '6.263031'^^xsd:double;
  dwc:latitude '64.718428'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1281'^^xsd:string;
  dwc:observationDate '2015-08-24'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5368603026 7.8822786658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.5368603026"^^xsd:decimal ;
  dwc:decimalLongitude "7.8822786658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.5368603026 7.8822786658)"^^geo:wktLiteral ;
  geo-pos:lat "66.5368603026"^^xsd:decimal ;
  geo-pos:long "7.8822786658"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1282'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '7.8822786658'^^xsd:double;
  dwc:latitude '66.5368603026'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1282'^^xsd:string;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.6144846421 7.86469859869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.6144846421"^^xsd:decimal ;
  dwc:decimalLongitude "7.86469859869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.6144846421 7.86469859869)"^^geo:wktLiteral ;
  geo-pos:lat "66.6144846421"^^xsd:decimal ;
  geo-pos:long "7.86469859869"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1283'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '7.86469859869'^^xsd:double;
  dwc:latitude '66.6144846421'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1283'^^xsd:string;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.661868 7.724755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.661868"^^xsd:decimal ;
  dwc:decimalLongitude "7.724755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.661868 7.724755)"^^geo:wktLiteral ;
  geo-pos:lat "66.661868"^^xsd:decimal ;
  geo-pos:long "7.724755"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1284'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '7.724755'^^xsd:double;
  dwc:latitude '66.661868'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1284'^^xsd:string;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.708336 8.018427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.708336"^^xsd:decimal ;
  dwc:decimalLongitude "8.018427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.708336 8.018427)"^^geo:wktLiteral ;
  geo-pos:lat "66.708336"^^xsd:decimal ;
  geo-pos:long "8.018427"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1285'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '8.018427'^^xsd:double;
  dwc:latitude '66.708336'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1285'^^xsd:string;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.70593 8.024598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.70593"^^xsd:decimal ;
  dwc:decimalLongitude "8.024598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.70593 8.024598)"^^geo:wktLiteral ;
  geo-pos:lat "66.70593"^^xsd:decimal ;
  geo-pos:long "8.024598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1286'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '8.024598'^^xsd:double;
  dwc:latitude '66.70593'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1286'^^xsd:string;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.706706 8.022352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.706706"^^xsd:decimal ;
  dwc:decimalLongitude "8.022352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.706706 8.022352)"^^geo:wktLiteral ;
  geo-pos:lat "66.706706"^^xsd:decimal ;
  geo-pos:long "8.022352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1287'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '8.022352'^^xsd:double;
  dwc:latitude '66.706706'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1287'^^xsd:string;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.706881 8.018026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.706881"^^xsd:decimal ;
  dwc:decimalLongitude "8.018026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.706881 8.018026)"^^geo:wktLiteral ;
  geo-pos:lat "66.706881"^^xsd:decimal ;
  geo-pos:long "8.018026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1288'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '8.018026'^^xsd:double;
  dwc:latitude '66.706881'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1288'^^xsd:string;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.6654140869 8.28971554261)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.6654140869"^^xsd:decimal ;
  dwc:decimalLongitude "8.28971554261"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.6654140869 8.28971554261)"^^geo:wktLiteral ;
  geo-pos:lat "66.6654140869"^^xsd:decimal ;
  geo-pos:long "8.28971554261"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1289'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:longitude '8.28971554261'^^xsd:double;
  dwc:latitude '66.6654140869'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1289'^^xsd:string;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.868086 8.147519)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.868086"^^xsd:decimal ;
  dwc:decimalLongitude "8.147519"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.868086 8.147519)"^^geo:wktLiteral ;
  geo-pos:lat "66.868086"^^xsd:decimal ;
  geo-pos:long "8.147519"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1290'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '8.147519'^^xsd:double;
  dwc:latitude '66.868086'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1290'^^xsd:string;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.865561 8.141483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.865561"^^xsd:decimal ;
  dwc:decimalLongitude "8.141483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.865561 8.141483)"^^geo:wktLiteral ;
  geo-pos:lat "66.865561"^^xsd:decimal ;
  geo-pos:long "8.141483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1291'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:longitude '8.141483'^^xsd:double;
  dwc:latitude '66.865561'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1291'^^xsd:string;
  dwc:observationDate '2015-09-02'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.967377 8.322331)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.967377"^^xsd:decimal ;
  dwc:decimalLongitude "8.322331"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.967377 8.322331)"^^geo:wktLiteral ;
  geo-pos:lat "66.967377"^^xsd:decimal ;
  geo-pos:long "8.322331"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1292'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:longitude '8.322331'^^xsd:double;
  dwc:latitude '66.967377'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1292'^^xsd:string;
  dwc:observationDate '2015-09-04'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.987164 7.874099)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.987164"^^xsd:decimal ;
  dwc:decimalLongitude "7.874099"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "275"^^xsd:integer ;
  dwc:maximumDepthInMeters "375"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.987164 7.874099)"^^geo:wktLiteral ;
  geo-pos:lat "62.987164"^^xsd:decimal ;
  geo-pos:long "7.874099"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1293'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.874099'^^xsd:double;
  dwc:latitude '62.987164'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '275'^^xsd:integer;
  dwc:maximumDepth '375'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1293'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.0967 7.0557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.0967"^^xsd:decimal ;
  dwc:decimalLongitude "7.0557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "101"^^xsd:integer ;
  dwc:maximumDepthInMeters "115"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.0967 7.0557)"^^geo:wktLiteral ;
  geo-pos:lat "63.0967"^^xsd:decimal ;
  geo-pos:long "7.0557"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1294'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.0557'^^xsd:double;
  dwc:latitude '63.0967'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '101'^^xsd:integer;
  dwc:maximumDepth '115'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1294'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.0983 5.1367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.0983"^^xsd:decimal ;
  dwc:decimalLongitude "5.1367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "362"^^xsd:integer ;
  dwc:maximumDepthInMeters "362"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.0983 5.1367)"^^geo:wktLiteral ;
  geo-pos:lat "63.0983"^^xsd:decimal ;
  geo-pos:long "5.1367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1295'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.1367'^^xsd:double;
  dwc:latitude '63.0983'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '362'^^xsd:integer;
  dwc:maximumDepth '362'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1295'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.58303 9.858944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.58303"^^xsd:decimal ;
  dwc:decimalLongitude "9.858944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.58303 9.858944)"^^geo:wktLiteral ;
  geo-pos:lat "63.58303"^^xsd:decimal ;
  geo-pos:long "9.858944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1296'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.858944'^^xsd:double;
  dwc:latitude '63.58303'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1296'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6845 5.7067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6845"^^xsd:decimal ;
  dwc:decimalLongitude "5.7067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "390"^^xsd:integer ;
  dwc:maximumDepthInMeters "390"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6845 5.7067)"^^geo:wktLiteral ;
  geo-pos:lat "63.6845"^^xsd:decimal ;
  geo-pos:long "5.7067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1297'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.7067'^^xsd:double;
  dwc:latitude '63.6845'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '390'^^xsd:integer;
  dwc:maximumDepth '390'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1297'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6927 5.767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6927"^^xsd:decimal ;
  dwc:decimalLongitude "5.767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "258"^^xsd:integer ;
  dwc:maximumDepthInMeters "258"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6927 5.767)"^^geo:wktLiteral ;
  geo-pos:lat "63.6927"^^xsd:decimal ;
  geo-pos:long "5.767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1298'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.767'^^xsd:double;
  dwc:latitude '63.6927'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '258'^^xsd:integer;
  dwc:maximumDepth '258'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1298'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.712 5.6632)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.712"^^xsd:decimal ;
  dwc:decimalLongitude "5.6632"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "404"^^xsd:integer ;
  dwc:maximumDepthInMeters "404"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.712 5.6632)"^^geo:wktLiteral ;
  geo-pos:lat "63.712"^^xsd:decimal ;
  geo-pos:long "5.6632"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1299'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.6632'^^xsd:double;
  dwc:latitude '63.712'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '404'^^xsd:integer;
  dwc:maximumDepth '404'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1299'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.718 5.6495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.718"^^xsd:decimal ;
  dwc:decimalLongitude "5.6495"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "415"^^xsd:integer ;
  dwc:maximumDepthInMeters "415"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.718 5.6495)"^^geo:wktLiteral ;
  geo-pos:lat "63.718"^^xsd:decimal ;
  geo-pos:long "5.6495"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1300'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.6495'^^xsd:double;
  dwc:latitude '63.718'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '415'^^xsd:integer;
  dwc:maximumDepth '415'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1300'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.718 9.9067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.718"^^xsd:decimal ;
  dwc:decimalLongitude "9.9067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "110"^^xsd:integer ;
  dwc:maximumDepthInMeters "120"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.718 9.9067)"^^geo:wktLiteral ;
  geo-pos:lat "63.718"^^xsd:decimal ;
  geo-pos:long "9.9067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1301'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.9067'^^xsd:double;
  dwc:latitude '63.718'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '110'^^xsd:integer;
  dwc:maximumDepth '120'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1301'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.7185 5.6182)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.7185"^^xsd:decimal ;
  dwc:decimalLongitude "5.6182"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "439"^^xsd:integer ;
  dwc:maximumDepthInMeters "439"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.7185 5.6182)"^^geo:wktLiteral ;
  geo-pos:lat "63.7185"^^xsd:decimal ;
  geo-pos:long "5.6182"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1302'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.6182'^^xsd:double;
  dwc:latitude '63.7185'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '439'^^xsd:integer;
  dwc:maximumDepth '439'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1302'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.7295 5.6242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.7295"^^xsd:decimal ;
  dwc:decimalLongitude "5.6242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "439"^^xsd:integer ;
  dwc:maximumDepthInMeters "439"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.7295 5.6242)"^^geo:wktLiteral ;
  geo-pos:lat "63.7295"^^xsd:decimal ;
  geo-pos:long "5.6242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1303'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '5.6242'^^xsd:double;
  dwc:latitude '63.7295'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '439'^^xsd:integer;
  dwc:maximumDepth '439'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1303'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1304> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9205 7.8717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9205"^^xsd:decimal ;
  dwc:decimalLongitude "7.8717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9205 7.8717)"^^geo:wktLiteral ;
  geo-pos:lat "63.9205"^^xsd:decimal ;
  geo-pos:long "7.8717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1304'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.8717'^^xsd:double;
  dwc:latitude '63.9205'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1304'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9208 7.8762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9208"^^xsd:decimal ;
  dwc:decimalLongitude "7.8762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9208 7.8762)"^^geo:wktLiteral ;
  geo-pos:lat "63.9208"^^xsd:decimal ;
  geo-pos:long "7.8762"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1305'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.8762'^^xsd:double;
  dwc:latitude '63.9208'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1305'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.922 7.8825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.922"^^xsd:decimal ;
  dwc:decimalLongitude "7.8825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.922 7.8825)"^^geo:wktLiteral ;
  geo-pos:lat "63.922"^^xsd:decimal ;
  geo-pos:long "7.8825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1306'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.8825'^^xsd:double;
  dwc:latitude '63.922'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1306'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.923 7.8787)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.923"^^xsd:decimal ;
  dwc:decimalLongitude "7.8787"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.923 7.8787)"^^geo:wktLiteral ;
  geo-pos:lat "63.923"^^xsd:decimal ;
  geo-pos:long "7.8787"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1307'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.8787'^^xsd:double;
  dwc:latitude '63.923'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1307'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1308> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.925 7.8807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.925"^^xsd:decimal ;
  dwc:decimalLongitude "7.8807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.925 7.8807)"^^geo:wktLiteral ;
  geo-pos:lat "63.925"^^xsd:decimal ;
  geo-pos:long "7.8807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1308'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.8807'^^xsd:double;
  dwc:latitude '63.925'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1308'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9265 7.8737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9265"^^xsd:decimal ;
  dwc:decimalLongitude "7.8737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9265 7.8737)"^^geo:wktLiteral ;
  geo-pos:lat "63.9265"^^xsd:decimal ;
  geo-pos:long "7.8737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1309'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.8737'^^xsd:double;
  dwc:latitude '63.9265'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1309'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.927 7.8737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.927"^^xsd:decimal ;
  dwc:decimalLongitude "7.8737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.927 7.8737)"^^geo:wktLiteral ;
  geo-pos:lat "63.927"^^xsd:decimal ;
  geo-pos:long "7.8737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1310'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.8737'^^xsd:double;
  dwc:latitude '63.927'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1310'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9275 7.8785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9275"^^xsd:decimal ;
  dwc:decimalLongitude "7.8785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9275 7.8785)"^^geo:wktLiteral ;
  geo-pos:lat "63.9275"^^xsd:decimal ;
  geo-pos:long "7.8785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1311'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.8785'^^xsd:double;
  dwc:latitude '63.9275'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1311'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9363 7.8782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9363"^^xsd:decimal ;
  dwc:decimalLongitude "7.8782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9363 7.8782)"^^geo:wktLiteral ;
  geo-pos:lat "63.9363"^^xsd:decimal ;
  geo-pos:long "7.8782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1312'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.8782'^^xsd:double;
  dwc:latitude '63.9363'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1312'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9372 7.8802)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9372"^^xsd:decimal ;
  dwc:decimalLongitude "7.8802"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9372 7.8802)"^^geo:wktLiteral ;
  geo-pos:lat "63.9372"^^xsd:decimal ;
  geo-pos:long "7.8802"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1313'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.8802'^^xsd:double;
  dwc:latitude '63.9372'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1313'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0167 7.5847)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0167"^^xsd:decimal ;
  dwc:decimalLongitude "7.5847"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "264"^^xsd:integer ;
  dwc:maximumDepthInMeters "274"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0167 7.5847)"^^geo:wktLiteral ;
  geo-pos:lat "64.0167"^^xsd:decimal ;
  geo-pos:long "7.5847"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1314'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.5847'^^xsd:double;
  dwc:latitude '64.0167'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '264'^^xsd:integer;
  dwc:maximumDepth '274'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1314'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0503 7.8003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0503"^^xsd:decimal ;
  dwc:decimalLongitude "7.8003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "264"^^xsd:integer ;
  dwc:maximumDepthInMeters "274"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0503 7.8003)"^^geo:wktLiteral ;
  geo-pos:lat "64.0503"^^xsd:decimal ;
  geo-pos:long "7.8003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1315'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '7.8003'^^xsd:double;
  dwc:latitude '64.0503'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '264'^^xsd:integer;
  dwc:maximumDepth '274'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1315'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.075 8.0117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.075"^^xsd:decimal ;
  dwc:decimalLongitude "8.0117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "276"^^xsd:integer ;
  dwc:maximumDepthInMeters "276"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.075 8.0117)"^^geo:wktLiteral ;
  geo-pos:lat "64.075"^^xsd:decimal ;
  geo-pos:long "8.0117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1316'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '8.0117'^^xsd:double;
  dwc:latitude '64.075'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '276'^^xsd:integer;
  dwc:maximumDepth '276'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1316'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0833 8.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0833"^^xsd:decimal ;
  dwc:decimalLongitude "8.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0833 8.05)"^^geo:wktLiteral ;
  geo-pos:lat "64.0833"^^xsd:decimal ;
  geo-pos:long "8.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1317'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '8.05'^^xsd:double;
  dwc:latitude '64.0833'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1317'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1083 8.115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1083"^^xsd:decimal ;
  dwc:decimalLongitude "8.115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "276"^^xsd:integer ;
  dwc:maximumDepthInMeters "276"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1083 8.115)"^^geo:wktLiteral ;
  geo-pos:lat "64.1083"^^xsd:decimal ;
  geo-pos:long "8.115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1318'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '8.115'^^xsd:double;
  dwc:latitude '64.1083'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '276'^^xsd:integer;
  dwc:maximumDepth '276'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1318'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.3144 8.3039)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.3144"^^xsd:decimal ;
  dwc:decimalLongitude "8.3039"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "316"^^xsd:integer ;
  dwc:maximumDepthInMeters "316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.3144 8.3039)"^^geo:wktLiteral ;
  geo-pos:lat "64.3144"^^xsd:decimal ;
  geo-pos:long "8.3039"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1319'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '8.3039'^^xsd:double;
  dwc:latitude '64.3144'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '316'^^xsd:integer;
  dwc:maximumDepth '316'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1319'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.9605 9.1502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.9605"^^xsd:decimal ;
  dwc:decimalLongitude "9.1502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "191"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.9605 9.1502)"^^geo:wktLiteral ;
  geo-pos:lat "64.9605"^^xsd:decimal ;
  geo-pos:long "9.1502"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1320'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:longitude '9.1502'^^xsd:double;
  dwc:latitude '64.9605'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '191'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1320'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.2333 16.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "69.2333"^^xsd:decimal ;
  dwc:decimalLongitude "16.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "350"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (69.2333 16.6833)"^^geo:wktLiteral ;
  geo-pos:lat "69.2333"^^xsd:decimal ;
  geo-pos:long "16.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1321'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:longitude '16.6833'^^xsd:double;
  dwc:latitude '69.2333'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '350'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1321'^^xsd:string;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.25 22.6917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.25"^^xsd:decimal ;
  dwc:decimalLongitude "22.6917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.25 22.6917)"^^geo:wktLiteral ;
  geo-pos:lat "70.25"^^xsd:decimal ;
  geo-pos:long "22.6917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1322'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1929'^^xsd:integer;
  dwc:longitude '22.6917'^^xsd:double;
  dwc:latitude '70.25'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1322'^^xsd:string;
  dwc:observationDate '1929-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.1717 22.2667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.1717"^^xsd:decimal ;
  dwc:decimalLongitude "22.2667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.1717 22.2667)"^^geo:wktLiteral ;
  geo-pos:lat "70.1717"^^xsd:decimal ;
  geo-pos:long "22.2667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1323'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1933'^^xsd:integer;
  dwc:endYearCollected '1934'^^xsd:integer;
  dwc:longitude '22.2667'^^xsd:double;
  dwc:latitude '70.1717'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1323'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.2617 22.4333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.2617"^^xsd:decimal ;
  dwc:decimalLongitude "22.4333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "200"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.2617 22.4333)"^^geo:wktLiteral ;
  geo-pos:lat "70.2617"^^xsd:decimal ;
  geo-pos:long "22.4333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1324'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1933'^^xsd:integer;
  dwc:endYearCollected '1934'^^xsd:integer;
  dwc:longitude '22.4333'^^xsd:double;
  dwc:latitude '70.2617'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '200'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1324'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.2617 22.4633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.2617"^^xsd:decimal ;
  dwc:decimalLongitude "22.4633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "250"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.2617 22.4633)"^^geo:wktLiteral ;
  geo-pos:lat "70.2617"^^xsd:decimal ;
  geo-pos:long "22.4633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1325'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1933'^^xsd:integer;
  dwc:endYearCollected '1934'^^xsd:integer;
  dwc:longitude '22.4633'^^xsd:double;
  dwc:latitude '70.2617'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '250'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1325'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.2783 22.3167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.2783"^^xsd:decimal ;
  dwc:decimalLongitude "22.3167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.2783 22.3167)"^^geo:wktLiteral ;
  geo-pos:lat "70.2783"^^xsd:decimal ;
  geo-pos:long "22.3167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1326'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1933'^^xsd:integer;
  dwc:endYearCollected '1934'^^xsd:integer;
  dwc:longitude '22.3167'^^xsd:double;
  dwc:latitude '70.2783'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1326'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0183 11.1167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.0183"^^xsd:decimal ;
  dwc:decimalLongitude "11.1167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0183 11.1167)"^^geo:wktLiteral ;
  geo-pos:lat "59.0183"^^xsd:decimal ;
  geo-pos:long "11.1167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1327'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1934'^^xsd:integer;
  dwc:longitude '11.1167'^^xsd:double;
  dwc:latitude '59.0183'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1327'^^xsd:string;
  dwc:observationDate '1934-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.4167 3.3333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.4167"^^xsd:decimal ;
  dwc:decimalLongitude "3.3333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "355"^^xsd:integer ;
  dwc:maximumDepthInMeters "355"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.4167 3.3333)"^^geo:wktLiteral ;
  geo-pos:lat "62.4167"^^xsd:decimal ;
  geo-pos:long "3.3333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1328'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:longitude '3.3333'^^xsd:double;
  dwc:latitude '62.4167'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '355'^^xsd:integer;
  dwc:maximumDepth '355'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1328'^^xsd:string;
  dwc:observationDate '1955-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.4333 5.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.4333"^^xsd:decimal ;
  dwc:decimalLongitude "5.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "206"^^xsd:integer ;
  dwc:maximumDepthInMeters "206"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.4333 5.1)"^^geo:wktLiteral ;
  geo-pos:lat "62.4333"^^xsd:decimal ;
  geo-pos:long "5.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1329'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:longitude '5.1'^^xsd:double;
  dwc:latitude '62.4333'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '206'^^xsd:integer;
  dwc:maximumDepth '206'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1329'^^xsd:string;
  dwc:observationDate '1955-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.45 2.6833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.45"^^xsd:decimal ;
  dwc:decimalLongitude "2.6833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "432"^^xsd:integer ;
  dwc:maximumDepthInMeters "432"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.45 2.6833)"^^geo:wktLiteral ;
  geo-pos:lat "62.45"^^xsd:decimal ;
  geo-pos:long "2.6833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1330'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:longitude '2.6833'^^xsd:double;
  dwc:latitude '62.45'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '432'^^xsd:integer;
  dwc:maximumDepth '432'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1330'^^xsd:string;
  dwc:observationDate '1955-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.6 4.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.6"^^xsd:decimal ;
  dwc:decimalLongitude "4.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "187"^^xsd:integer ;
  dwc:maximumDepthInMeters "187"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.6 4.7)"^^geo:wktLiteral ;
  geo-pos:lat "62.6"^^xsd:decimal ;
  geo-pos:long "4.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1331'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:longitude '4.7'^^xsd:double;
  dwc:latitude '62.6'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '187'^^xsd:integer;
  dwc:maximumDepth '187'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1331'^^xsd:string;
  dwc:observationDate '1955-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.6 5.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.6"^^xsd:decimal ;
  dwc:decimalLongitude "5.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.6 5.15)"^^geo:wktLiteral ;
  geo-pos:lat "62.6"^^xsd:decimal ;
  geo-pos:long "5.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1332'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:longitude '5.15'^^xsd:double;
  dwc:latitude '62.6'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1332'^^xsd:string;
  dwc:observationDate '1955-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.8333 4.8167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "62.8333"^^xsd:decimal ;
  dwc:decimalLongitude "4.8167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "275"^^xsd:integer ;
  dwc:maximumDepthInMeters "275"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (62.8333 4.8167)"^^geo:wktLiteral ;
  geo-pos:lat "62.8333"^^xsd:decimal ;
  geo-pos:long "4.8167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1333'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1955'^^xsd:integer;
  dwc:longitude '4.8167'^^xsd:double;
  dwc:latitude '62.8333'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '275'^^xsd:integer;
  dwc:maximumDepth '275'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1333'^^xsd:string;
  dwc:observationDate '1955-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0167 7.9667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0167"^^xsd:decimal ;
  dwc:decimalLongitude "7.9667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "255"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0167 7.9667)"^^geo:wktLiteral ;
  geo-pos:lat "64.0167"^^xsd:decimal ;
  geo-pos:long "7.9667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1334'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:longitude '7.9667'^^xsd:double;
  dwc:latitude '64.0167'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '255'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1334'^^xsd:string;
  dwc:observationDate '1990-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.934 7.8895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.934"^^xsd:decimal ;
  dwc:decimalLongitude "7.8895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "283"^^xsd:integer ;
  dwc:maximumDepthInMeters "292"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.934 7.8895)"^^geo:wktLiteral ;
  geo-pos:lat "63.934"^^xsd:decimal ;
  geo-pos:long "7.8895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1335'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:longitude '7.8895'^^xsd:double;
  dwc:latitude '63.934'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '283'^^xsd:integer;
  dwc:maximumDepth '292'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1335'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0365 7.917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0365"^^xsd:decimal ;
  dwc:decimalLongitude "7.917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "234"^^xsd:integer ;
  dwc:maximumDepthInMeters "246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0365 7.917)"^^geo:wktLiteral ;
  geo-pos:lat "64.0365"^^xsd:decimal ;
  geo-pos:long "7.917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1336'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:longitude '7.917'^^xsd:double;
  dwc:latitude '64.0365'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '234'^^xsd:integer;
  dwc:maximumDepth '246'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1336'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0675 7.929)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0675"^^xsd:decimal ;
  dwc:decimalLongitude "7.929"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "252"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0675 7.929)"^^geo:wktLiteral ;
  geo-pos:lat "64.0675"^^xsd:decimal ;
  geo-pos:long "7.929"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1337'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:longitude '7.929'^^xsd:double;
  dwc:latitude '64.0675'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '252'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1337'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0675 7.9477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0675"^^xsd:decimal ;
  dwc:decimalLongitude "7.9477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "256"^^xsd:integer ;
  dwc:maximumDepthInMeters "262"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0675 7.9477)"^^geo:wktLiteral ;
  geo-pos:lat "64.0675"^^xsd:decimal ;
  geo-pos:long "7.9477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1338'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:longitude '7.9477'^^xsd:double;
  dwc:latitude '64.0675'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '256'^^xsd:integer;
  dwc:maximumDepth '262'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1338'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0682 8.0117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0682"^^xsd:decimal ;
  dwc:decimalLongitude "8.0117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "250"^^xsd:integer ;
  dwc:maximumDepthInMeters "271"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0682 8.0117)"^^geo:wktLiteral ;
  geo-pos:lat "64.0682"^^xsd:decimal ;
  geo-pos:long "8.0117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1339'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:longitude '8.0117'^^xsd:double;
  dwc:latitude '64.0682'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '250'^^xsd:integer;
  dwc:maximumDepth '271'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1339'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0737 8.0173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0737"^^xsd:decimal ;
  dwc:decimalLongitude "8.0173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "248"^^xsd:integer ;
  dwc:maximumDepthInMeters "266"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0737 8.0173)"^^geo:wktLiteral ;
  geo-pos:lat "64.0737"^^xsd:decimal ;
  geo-pos:long "8.0173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1340'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:startYearCollected '1991'^^xsd:integer;
  dwc:endYearCollected '1992'^^xsd:integer;
  dwc:longitude '8.0173'^^xsd:double;
  dwc:latitude '64.0737'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '248'^^xsd:integer;
  dwc:maximumDepth '266'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1340'^^xsd:string;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.7 7.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.7"^^xsd:decimal ;
  dwc:decimalLongitude "7.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "250"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.7 7.55)"^^geo:wktLiteral ;
  geo-pos:lat "63.7"^^xsd:decimal ;
  geo-pos:long "7.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1341'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:longitude '7.55'^^xsd:double;
  dwc:latitude '63.7'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '250'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1341'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9333 7.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9333"^^xsd:decimal ;
  dwc:decimalLongitude "7.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "250"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9333 7.8)"^^geo:wktLiteral ;
  geo-pos:lat "63.9333"^^xsd:decimal ;
  geo-pos:long "7.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1342'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:longitude '7.8'^^xsd:double;
  dwc:latitude '63.9333'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '250'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1342'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64 7.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64"^^xsd:decimal ;
  dwc:decimalLongitude "7.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "250"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64 7.85)"^^geo:wktLiteral ;
  geo-pos:lat "64"^^xsd:decimal ;
  geo-pos:long "7.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1343'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:longitude '7.85'^^xsd:double;
  dwc:latitude '64'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '250'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1343'^^xsd:string;
  dwc:observationDate '1992-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9319 7.8986)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9319"^^xsd:decimal ;
  dwc:decimalLongitude "7.8986"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "275"^^xsd:integer ;
  dwc:maximumDepthInMeters "275"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9319 7.8986)"^^geo:wktLiteral ;
  geo-pos:lat "63.9319"^^xsd:decimal ;
  geo-pos:long "7.8986"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1344'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:longitude '7.8986'^^xsd:double;
  dwc:latitude '63.9319'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '275'^^xsd:integer;
  dwc:maximumDepth '275'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1344'^^xsd:string;
  dwc:observationDate '1993-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9667 7.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.9667"^^xsd:decimal ;
  dwc:decimalLongitude "7.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "250"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.9667 7.8)"^^geo:wktLiteral ;
  geo-pos:lat "63.9667"^^xsd:decimal ;
  geo-pos:long "7.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1345'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:longitude '7.8'^^xsd:double;
  dwc:latitude '63.9667'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '250'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1345'^^xsd:string;
  dwc:observationDate '1993-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0783 8.0283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0783"^^xsd:decimal ;
  dwc:decimalLongitude "8.0283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "250"^^xsd:integer ;
  dwc:maximumDepthInMeters "272"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0783 8.0283)"^^geo:wktLiteral ;
  geo-pos:lat "64.0783"^^xsd:decimal ;
  geo-pos:long "8.0283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1346'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:longitude '8.0283'^^xsd:double;
  dwc:latitude '64.0783'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '250'^^xsd:integer;
  dwc:maximumDepth '272'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1346'^^xsd:string;
  dwc:observationDate '1995-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0888 8.056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0888"^^xsd:decimal ;
  dwc:decimalLongitude "8.056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "282"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0888 8.056)"^^geo:wktLiteral ;
  geo-pos:lat "64.0888"^^xsd:decimal ;
  geo-pos:long "8.056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1347'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:longitude '8.056'^^xsd:double;
  dwc:latitude '64.0888'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '282'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1347'^^xsd:string;
  dwc:observationDate '1995-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0797 8.0257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0797"^^xsd:decimal ;
  dwc:decimalLongitude "8.0257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0797 8.0257)"^^geo:wktLiteral ;
  geo-pos:lat "64.0797"^^xsd:decimal ;
  geo-pos:long "8.0257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1348'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:longitude '8.0257'^^xsd:double;
  dwc:latitude '64.0797'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1348'^^xsd:string;
  dwc:observationDate '1997-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0918 8.0657)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0918"^^xsd:decimal ;
  dwc:decimalLongitude "8.0657"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "273"^^xsd:integer ;
  dwc:maximumDepthInMeters "273"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0918 8.0657)"^^geo:wktLiteral ;
  geo-pos:lat "64.0918"^^xsd:decimal ;
  geo-pos:long "8.0657"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1349'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:longitude '8.0657'^^xsd:double;
  dwc:latitude '64.0918'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '273'^^xsd:integer;
  dwc:maximumDepth '273'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1349'^^xsd:string;
  dwc:observationDate '1997-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0968 8.066)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0968"^^xsd:decimal ;
  dwc:decimalLongitude "8.066"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "295"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0968 8.066)"^^geo:wktLiteral ;
  geo-pos:lat "64.0968"^^xsd:decimal ;
  geo-pos:long "8.066"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1350'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:longitude '8.066'^^xsd:double;
  dwc:latitude '64.0968'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '295'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1350'^^xsd:string;
  dwc:observationDate '1997-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1088 8.1145)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1088"^^xsd:decimal ;
  dwc:decimalLongitude "8.1145"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "276"^^xsd:integer ;
  dwc:maximumDepthInMeters "276"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1088 8.1145)"^^geo:wktLiteral ;
  geo-pos:lat "64.1088"^^xsd:decimal ;
  geo-pos:long "8.1145"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1351'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:longitude '8.1145'^^xsd:double;
  dwc:latitude '64.1088'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '276'^^xsd:integer;
  dwc:maximumDepth '276'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1351'^^xsd:string;
  dwc:observationDate '1997-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1183 8.1428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1183"^^xsd:decimal ;
  dwc:decimalLongitude "8.1428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "303"^^xsd:integer ;
  dwc:maximumDepthInMeters "303"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1183 8.1428)"^^geo:wktLiteral ;
  geo-pos:lat "64.1183"^^xsd:decimal ;
  geo-pos:long "8.1428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1352'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:longitude '8.1428'^^xsd:double;
  dwc:latitude '64.1183'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '303'^^xsd:integer;
  dwc:maximumDepth '303'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1352'^^xsd:string;
  dwc:observationDate '1997-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1388 7.8272)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1388"^^xsd:decimal ;
  dwc:decimalLongitude "7.8272"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "327"^^xsd:integer ;
  dwc:maximumDepthInMeters "327"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1388 7.8272)"^^geo:wktLiteral ;
  geo-pos:lat "64.1388"^^xsd:decimal ;
  geo-pos:long "7.8272"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1353'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:longitude '7.8272'^^xsd:double;
  dwc:latitude '64.1388'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '327'^^xsd:integer;
  dwc:maximumDepth '327'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1353'^^xsd:string;
  dwc:observationDate '1997-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1417 7.7732)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1417"^^xsd:decimal ;
  dwc:decimalLongitude "7.7732"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "303"^^xsd:integer ;
  dwc:maximumDepthInMeters "303"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1417 7.7732)"^^geo:wktLiteral ;
  geo-pos:lat "64.1417"^^xsd:decimal ;
  geo-pos:long "7.7732"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1354'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:longitude '7.7732'^^xsd:double;
  dwc:latitude '64.1417'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '303'^^xsd:integer;
  dwc:maximumDepth '303'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1354'^^xsd:string;
  dwc:observationDate '1997-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.6543 5.7325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.6543"^^xsd:decimal ;
  dwc:decimalLongitude "5.7325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.6543 5.7325)"^^geo:wktLiteral ;
  geo-pos:lat "60.6543"^^xsd:decimal ;
  geo-pos:long "5.7325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1355'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:longitude '5.7325'^^xsd:double;
  dwc:latitude '60.6543'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1355'^^xsd:string;
  dwc:observationDate '1998-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6543 5.7325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "63.6543"^^xsd:decimal ;
  dwc:decimalLongitude "5.7325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (63.6543 5.7325)"^^geo:wktLiteral ;
  geo-pos:lat "63.6543"^^xsd:decimal ;
  geo-pos:long "5.7325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1356'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:longitude '5.7325'^^xsd:double;
  dwc:latitude '63.6543'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1356'^^xsd:string;
  dwc:observationDate '1998-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0667 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0667"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "273"^^xsd:integer ;
  dwc:maximumDepthInMeters "273"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0667 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.0667"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1357'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.0667'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '273'^^xsd:integer;
  dwc:maximumDepth '273'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1357'^^xsd:string;
  dwc:observationDate '1999-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0802 8.0247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0802"^^xsd:decimal ;
  dwc:decimalLongitude "8.0247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "276"^^xsd:integer ;
  dwc:maximumDepthInMeters "276"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0802 8.0247)"^^geo:wktLiteral ;
  geo-pos:lat "64.0802"^^xsd:decimal ;
  geo-pos:long "8.0247"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1358'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:longitude '8.0247'^^xsd:double;
  dwc:latitude '64.0802'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '276'^^xsd:integer;
  dwc:maximumDepth '276'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1358'^^xsd:string;
  dwc:observationDate '1999-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.3717 20.6267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.3717"^^xsd:decimal ;
  dwc:decimalLongitude "20.6267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "231"^^xsd:integer ;
  dwc:maximumDepthInMeters "231"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.3717 20.6267)"^^geo:wktLiteral ;
  geo-pos:lat "70.3717"^^xsd:decimal ;
  geo-pos:long "20.6267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1359'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:longitude '20.6267'^^xsd:double;
  dwc:latitude '70.3717'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '231'^^xsd:integer;
  dwc:maximumDepth '231'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1359'^^xsd:string;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0838 8.039)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0838"^^xsd:decimal ;
  dwc:decimalLongitude "8.039"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0838 8.039)"^^geo:wktLiteral ;
  geo-pos:lat "64.0838"^^xsd:decimal ;
  geo-pos:long "8.039"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1360'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '8.039'^^xsd:double;
  dwc:latitude '64.0838'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1360'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.3317 20.5633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.3317"^^xsd:decimal ;
  dwc:decimalLongitude "20.5633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "185"^^xsd:integer ;
  dwc:maximumDepthInMeters "185"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.3317 20.5633)"^^geo:wktLiteral ;
  geo-pos:lat "70.3317"^^xsd:decimal ;
  geo-pos:long "20.5633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1361'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '20.5633'^^xsd:double;
  dwc:latitude '70.3317'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '185'^^xsd:integer;
  dwc:maximumDepth '185'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1361'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.37 20.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.37"^^xsd:decimal ;
  dwc:decimalLongitude "20.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "228"^^xsd:integer ;
  dwc:maximumDepthInMeters "228"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.37 20.6167)"^^geo:wktLiteral ;
  geo-pos:lat "70.37"^^xsd:decimal ;
  geo-pos:long "20.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1362'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '20.6167'^^xsd:double;
  dwc:latitude '70.37'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '228'^^xsd:integer;
  dwc:maximumDepth '228'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1362'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.375 20.6167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.375"^^xsd:decimal ;
  dwc:decimalLongitude "20.6167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "223"^^xsd:integer ;
  dwc:maximumDepthInMeters "223"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.375 20.6167)"^^geo:wktLiteral ;
  geo-pos:lat "70.375"^^xsd:decimal ;
  geo-pos:long "20.6167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1363'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:longitude '20.6167'^^xsd:double;
  dwc:latitude '70.375'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '223'^^xsd:integer;
  dwc:maximumDepth '223'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1363'^^xsd:string;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0833 8.035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.0833"^^xsd:decimal ;
  dwc:decimalLongitude "8.035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.0833 8.035)"^^geo:wktLiteral ;
  geo-pos:lat "64.0833"^^xsd:decimal ;
  geo-pos:long "8.035"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1364'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:longitude '8.035'^^xsd:double;
  dwc:latitude '64.0833'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1364'^^xsd:string;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0638 10.7375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.0638"^^xsd:decimal ;
  dwc:decimalLongitude "10.7375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "92"^^xsd:integer ;
  dwc:maximumDepthInMeters "92"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0638 10.7375)"^^geo:wktLiteral ;
  geo-pos:lat "59.0638"^^xsd:decimal ;
  geo-pos:long "10.7375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1365'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:longitude '10.7375'^^xsd:double;
  dwc:latitude '59.0638'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '92'^^xsd:integer;
  dwc:maximumDepth '92'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1365'^^xsd:string;
  dwc:observationDate '2003-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.091 10.7275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.091"^^xsd:decimal ;
  dwc:decimalLongitude "10.7275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "161"^^xsd:integer ;
  dwc:maximumDepthInMeters "161"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.091 10.7275)"^^geo:wktLiteral ;
  geo-pos:lat "59.091"^^xsd:decimal ;
  geo-pos:long "10.7275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1366'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:longitude '10.7275'^^xsd:double;
  dwc:latitude '59.091'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '161'^^xsd:integer;
  dwc:maximumDepth '161'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1366'^^xsd:string;
  dwc:observationDate '2003-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0933 10.7303)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.0933"^^xsd:decimal ;
  dwc:decimalLongitude "10.7303"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "170"^^xsd:integer ;
  dwc:maximumDepthInMeters "170"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0933 10.7303)"^^geo:wktLiteral ;
  geo-pos:lat "59.0933"^^xsd:decimal ;
  geo-pos:long "10.7303"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1367'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:longitude '10.7303'^^xsd:double;
  dwc:latitude '59.0933'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '170'^^xsd:integer;
  dwc:maximumDepth '170'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1367'^^xsd:string;
  dwc:observationDate '2003-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0953 10.797)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.0953"^^xsd:decimal ;
  dwc:decimalLongitude "10.797"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "97"^^xsd:integer ;
  dwc:maximumDepthInMeters "97"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0953 10.797)"^^geo:wktLiteral ;
  geo-pos:lat "59.0953"^^xsd:decimal ;
  geo-pos:long "10.797"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1368'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:longitude '10.797'^^xsd:double;
  dwc:latitude '59.0953'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '97'^^xsd:integer;
  dwc:maximumDepth '97'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1368'^^xsd:string;
  dwc:observationDate '2003-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0957 10.8025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.0957"^^xsd:decimal ;
  dwc:decimalLongitude "10.8025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "86"^^xsd:integer ;
  dwc:maximumDepthInMeters "86"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0957 10.8025)"^^geo:wktLiteral ;
  geo-pos:lat "59.0957"^^xsd:decimal ;
  geo-pos:long "10.8025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1369'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:longitude '10.8025'^^xsd:double;
  dwc:latitude '59.0957'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '86'^^xsd:integer;
  dwc:maximumDepth '86'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1369'^^xsd:string;
  dwc:observationDate '2003-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0975 10.7312)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.0975"^^xsd:decimal ;
  dwc:decimalLongitude "10.7312"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "120"^^xsd:integer ;
  dwc:maximumDepthInMeters "120"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0975 10.7312)"^^geo:wktLiteral ;
  geo-pos:lat "59.0975"^^xsd:decimal ;
  geo-pos:long "10.7312"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1370'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:longitude '10.7312'^^xsd:double;
  dwc:latitude '59.0975'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '120'^^xsd:integer;
  dwc:maximumDepth '120'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1370'^^xsd:string;
  dwc:observationDate '2003-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0987 10.7888)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.0987"^^xsd:decimal ;
  dwc:decimalLongitude "10.7888"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "76"^^xsd:integer ;
  dwc:maximumDepthInMeters "76"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0987 10.7888)"^^geo:wktLiteral ;
  geo-pos:lat "59.0987"^^xsd:decimal ;
  geo-pos:long "10.7888"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1371'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:longitude '10.7888'^^xsd:double;
  dwc:latitude '59.0987'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '76'^^xsd:integer;
  dwc:maximumDepth '76'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1371'^^xsd:string;
  dwc:observationDate '2003-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0992 10.8057)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.0992"^^xsd:decimal ;
  dwc:decimalLongitude "10.8057"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.0992 10.8057)"^^geo:wktLiteral ;
  geo-pos:lat "59.0992"^^xsd:decimal ;
  geo-pos:long "10.8057"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1372'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:longitude '10.8057'^^xsd:double;
  dwc:latitude '59.0992'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1372'^^xsd:string;
  dwc:observationDate '2003-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1 10.7348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.1"^^xsd:decimal ;
  dwc:decimalLongitude "10.7348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "166"^^xsd:integer ;
  dwc:maximumDepthInMeters "166"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1 10.7348)"^^geo:wktLiteral ;
  geo-pos:lat "59.1"^^xsd:decimal ;
  geo-pos:long "10.7348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1373'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:longitude '10.7348'^^xsd:double;
  dwc:latitude '59.1'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '166'^^xsd:integer;
  dwc:maximumDepth '166'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1373'^^xsd:string;
  dwc:observationDate '2003-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1002 10.7945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.1002"^^xsd:decimal ;
  dwc:decimalLongitude "10.7945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "87"^^xsd:integer ;
  dwc:maximumDepthInMeters "87"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1002 10.7945)"^^geo:wktLiteral ;
  geo-pos:lat "59.1002"^^xsd:decimal ;
  geo-pos:long "10.7945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1374'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:longitude '10.7945'^^xsd:double;
  dwc:latitude '59.1002'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '87'^^xsd:integer;
  dwc:maximumDepth '87'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1374'^^xsd:string;
  dwc:observationDate '2003-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1007 10.795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.1007"^^xsd:decimal ;
  dwc:decimalLongitude "10.795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "99"^^xsd:integer ;
  dwc:maximumDepthInMeters "99"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1007 10.795)"^^geo:wktLiteral ;
  geo-pos:lat "59.1007"^^xsd:decimal ;
  geo-pos:long "10.795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1375'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:longitude '10.795'^^xsd:double;
  dwc:latitude '59.1007'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '99'^^xsd:integer;
  dwc:maximumDepth '99'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1375'^^xsd:string;
  dwc:observationDate '2003-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1087 10.7307)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.1087"^^xsd:decimal ;
  dwc:decimalLongitude "10.7307"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "161"^^xsd:integer ;
  dwc:maximumDepthInMeters "161"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1087 10.7307)"^^geo:wktLiteral ;
  geo-pos:lat "59.1087"^^xsd:decimal ;
  geo-pos:long "10.7307"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1376'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:longitude '10.7307'^^xsd:double;
  dwc:latitude '59.1087'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '161'^^xsd:integer;
  dwc:maximumDepth '161'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1376'^^xsd:string;
  dwc:observationDate '2003-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.8777 11.198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.8777"^^xsd:decimal ;
  dwc:decimalLongitude "11.198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "313"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.8777 11.198)"^^geo:wktLiteral ;
  geo-pos:lat "66.8777"^^xsd:decimal ;
  geo-pos:long "11.198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1377'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '11.198'^^xsd:double;
  dwc:latitude '66.8777'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '313'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1377'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9179 10.9898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.9179"^^xsd:decimal ;
  dwc:decimalLongitude "10.9898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "314"^^xsd:integer ;
  dwc:maximumDepthInMeters "314"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9179 10.9898)"^^geo:wktLiteral ;
  geo-pos:lat "66.9179"^^xsd:decimal ;
  geo-pos:long "10.9898"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1378'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '10.9898'^^xsd:double;
  dwc:latitude '66.9179'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '314'^^xsd:integer;
  dwc:maximumDepth '314'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1378'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9207 10.9918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.9207"^^xsd:decimal ;
  dwc:decimalLongitude "10.9918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9207 10.9918)"^^geo:wktLiteral ;
  geo-pos:lat "66.9207"^^xsd:decimal ;
  geo-pos:long "10.9918"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1379'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '10.9918'^^xsd:double;
  dwc:latitude '66.9207'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1379'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9217 10.9085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.9217"^^xsd:decimal ;
  dwc:decimalLongitude "10.9085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "308"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9217 10.9085)"^^geo:wktLiteral ;
  geo-pos:lat "66.9217"^^xsd:decimal ;
  geo-pos:long "10.9085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1380'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '10.9085'^^xsd:double;
  dwc:latitude '66.9217'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '308'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1380'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.923 10.903)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.923"^^xsd:decimal ;
  dwc:decimalLongitude "10.903"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "306"^^xsd:integer ;
  dwc:maximumDepthInMeters "306"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.923 10.903)"^^geo:wktLiteral ;
  geo-pos:lat "66.923"^^xsd:decimal ;
  geo-pos:long "10.903"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1381'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '10.903'^^xsd:double;
  dwc:latitude '66.923'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '306'^^xsd:integer;
  dwc:maximumDepth '306'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1381'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9235 10.8895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.9235"^^xsd:decimal ;
  dwc:decimalLongitude "10.8895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "298"^^xsd:integer ;
  dwc:maximumDepthInMeters "298"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9235 10.8895)"^^geo:wktLiteral ;
  geo-pos:lat "66.9235"^^xsd:decimal ;
  geo-pos:long "10.8895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1382'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '10.8895'^^xsd:double;
  dwc:latitude '66.9235'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '298'^^xsd:integer;
  dwc:maximumDepth '298'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1382'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9595 11.1312)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.9595"^^xsd:decimal ;
  dwc:decimalLongitude "11.1312"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "356"^^xsd:integer ;
  dwc:maximumDepthInMeters "356"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9595 11.1312)"^^geo:wktLiteral ;
  geo-pos:lat "66.9595"^^xsd:decimal ;
  geo-pos:long "11.1312"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1383'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '11.1312'^^xsd:double;
  dwc:latitude '66.9595'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '356'^^xsd:integer;
  dwc:maximumDepth '356'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1383'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9679 11.124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.9679"^^xsd:decimal ;
  dwc:decimalLongitude "11.124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "317"^^xsd:integer ;
  dwc:maximumDepthInMeters "317"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9679 11.124)"^^geo:wktLiteral ;
  geo-pos:lat "66.9679"^^xsd:decimal ;
  geo-pos:long "11.124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1384'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '11.124'^^xsd:double;
  dwc:latitude '66.9679'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '317'^^xsd:integer;
  dwc:maximumDepth '317'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1384'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.968 11.138)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.968"^^xsd:decimal ;
  dwc:decimalLongitude "11.138"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "327"^^xsd:integer ;
  dwc:maximumDepthInMeters "327"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.968 11.138)"^^geo:wktLiteral ;
  geo-pos:lat "66.968"^^xsd:decimal ;
  geo-pos:long "11.138"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1385'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '11.138'^^xsd:double;
  dwc:latitude '66.968'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '327'^^xsd:integer;
  dwc:maximumDepth '327'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1385'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.969 11.1298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.969"^^xsd:decimal ;
  dwc:decimalLongitude "11.1298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "313"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.969 11.1298)"^^geo:wktLiteral ;
  geo-pos:lat "66.969"^^xsd:decimal ;
  geo-pos:long "11.1298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1386'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '11.1298'^^xsd:double;
  dwc:latitude '66.969'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '313'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1386'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.969 11.1317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.969"^^xsd:decimal ;
  dwc:decimalLongitude "11.1317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "322"^^xsd:integer ;
  dwc:maximumDepthInMeters "322"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.969 11.1317)"^^geo:wktLiteral ;
  geo-pos:lat "66.969"^^xsd:decimal ;
  geo-pos:long "11.1317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1387'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '11.1317'^^xsd:double;
  dwc:latitude '66.969'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '322'^^xsd:integer;
  dwc:maximumDepth '322'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1387'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9696 11.1221)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.9696"^^xsd:decimal ;
  dwc:decimalLongitude "11.1221"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9696 11.1221)"^^geo:wktLiteral ;
  geo-pos:lat "66.9696"^^xsd:decimal ;
  geo-pos:long "11.1221"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1388'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '11.1221'^^xsd:double;
  dwc:latitude '66.9696'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '315'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1388'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9698 11.1223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.9698"^^xsd:decimal ;
  dwc:decimalLongitude "11.1223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "312"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9698 11.1223)"^^geo:wktLiteral ;
  geo-pos:lat "66.9698"^^xsd:decimal ;
  geo-pos:long "11.1223"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1389'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '11.1223'^^xsd:double;
  dwc:latitude '66.9698'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '312'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1389'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9702 11.1265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.9702"^^xsd:decimal ;
  dwc:decimalLongitude "11.1265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9702 11.1265)"^^geo:wktLiteral ;
  geo-pos:lat "66.9702"^^xsd:decimal ;
  geo-pos:long "11.1265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1390'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '11.1265'^^xsd:double;
  dwc:latitude '66.9702'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1390'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.974 11.1067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.974"^^xsd:decimal ;
  dwc:decimalLongitude "11.1067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "293"^^xsd:integer ;
  dwc:maximumDepthInMeters "293"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.974 11.1067)"^^geo:wktLiteral ;
  geo-pos:lat "66.974"^^xsd:decimal ;
  geo-pos:long "11.1067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1391'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '11.1067'^^xsd:double;
  dwc:latitude '66.974'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '293'^^xsd:integer;
  dwc:maximumDepth '293'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1391'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1392> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9742 11.111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.9742"^^xsd:decimal ;
  dwc:decimalLongitude "11.111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "297"^^xsd:integer ;
  dwc:maximumDepthInMeters "297"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.9742 11.111)"^^geo:wktLiteral ;
  geo-pos:lat "66.9742"^^xsd:decimal ;
  geo-pos:long "11.111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1392'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '11.111'^^xsd:double;
  dwc:latitude '66.9742'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '297'^^xsd:integer;
  dwc:maximumDepth '297'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1392'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.5205 9.4765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.5205"^^xsd:decimal ;
  dwc:decimalLongitude "9.4765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.5205 9.4765)"^^geo:wktLiteral ;
  geo-pos:lat "67.5205"^^xsd:decimal ;
  geo-pos:long "9.4765"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1393'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '9.4765'^^xsd:double;
  dwc:latitude '67.5205'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '315'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1393'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.5278 9.4972)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.5278"^^xsd:decimal ;
  dwc:decimalLongitude "9.4972"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.5278 9.4972)"^^geo:wktLiteral ;
  geo-pos:lat "67.5278"^^xsd:decimal ;
  geo-pos:long "9.4972"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1394'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '9.4972'^^xsd:double;
  dwc:latitude '67.5278'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1394'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.529 9.5023)"^^geo:wktLiteral ;
  dwc:decimalLatitude "67.529"^^xsd:decimal ;
  dwc:decimalLongitude "9.5023"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "331"^^xsd:integer ;
  dwc:maximumDepthInMeters "331"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (67.529 9.5023)"^^geo:wktLiteral ;
  geo-pos:lat "67.529"^^xsd:decimal ;
  geo-pos:long "9.5023"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1395'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '9.5023'^^xsd:double;
  dwc:latitude '67.529'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '331'^^xsd:integer;
  dwc:maximumDepth '331'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1395'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8957 14.3773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.8957"^^xsd:decimal ;
  dwc:decimalLongitude "14.3773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "229"^^xsd:integer ;
  dwc:maximumDepthInMeters "229"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.8957 14.3773)"^^geo:wktLiteral ;
  geo-pos:lat "68.8957"^^xsd:decimal ;
  geo-pos:long "14.3773"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1396'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '14.3773'^^xsd:double;
  dwc:latitude '68.8957'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '229'^^xsd:integer;
  dwc:maximumDepth '229'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1396'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9118 14.434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9118"^^xsd:decimal ;
  dwc:decimalLongitude "14.434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "251"^^xsd:integer ;
  dwc:maximumDepthInMeters "251"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9118 14.434)"^^geo:wktLiteral ;
  geo-pos:lat "68.9118"^^xsd:decimal ;
  geo-pos:long "14.434"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1397'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '14.434'^^xsd:double;
  dwc:latitude '68.9118'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '251'^^xsd:integer;
  dwc:maximumDepth '251'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1397'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9237 14.3988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9237"^^xsd:decimal ;
  dwc:decimalLongitude "14.3988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "252"^^xsd:integer ;
  dwc:maximumDepthInMeters "252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9237 14.3988)"^^geo:wktLiteral ;
  geo-pos:lat "68.9237"^^xsd:decimal ;
  geo-pos:long "14.3988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1398'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '14.3988'^^xsd:double;
  dwc:latitude '68.9237'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '252'^^xsd:integer;
  dwc:maximumDepth '252'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1398'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9282 14.403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9282"^^xsd:decimal ;
  dwc:decimalLongitude "14.403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "254"^^xsd:integer ;
  dwc:maximumDepthInMeters "254"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9282 14.403)"^^geo:wktLiteral ;
  geo-pos:lat "68.9282"^^xsd:decimal ;
  geo-pos:long "14.403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1399'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '14.403'^^xsd:double;
  dwc:latitude '68.9282'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '254'^^xsd:integer;
  dwc:maximumDepth '254'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1399'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9291 14.4085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "68.9291"^^xsd:decimal ;
  dwc:decimalLongitude "14.4085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "252"^^xsd:integer ;
  dwc:maximumDepthInMeters "252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (68.9291 14.4085)"^^geo:wktLiteral ;
  geo-pos:lat "68.9291"^^xsd:decimal ;
  geo-pos:long "14.4085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1400'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '14.4085'^^xsd:double;
  dwc:latitude '68.9291'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '252'^^xsd:integer;
  dwc:maximumDepth '252'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1400'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.2638 22.4807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.2638"^^xsd:decimal ;
  dwc:decimalLongitude "22.4807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "248"^^xsd:integer ;
  dwc:maximumDepthInMeters "248"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.2638 22.4807)"^^geo:wktLiteral ;
  geo-pos:lat "70.2638"^^xsd:decimal ;
  geo-pos:long "22.4807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1401'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '22.4807'^^xsd:double;
  dwc:latitude '70.2638'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '248'^^xsd:integer;
  dwc:maximumDepth '248'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1401'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.2643 22.4765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.2643"^^xsd:decimal ;
  dwc:decimalLongitude "22.4765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "245"^^xsd:integer ;
  dwc:maximumDepthInMeters "245"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.2643 22.4765)"^^geo:wktLiteral ;
  geo-pos:lat "70.2643"^^xsd:decimal ;
  geo-pos:long "22.4765"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1402'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '22.4765'^^xsd:double;
  dwc:latitude '70.2643'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '245'^^xsd:integer;
  dwc:maximumDepth '245'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1402'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.2647 22.4795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.2647"^^xsd:decimal ;
  dwc:decimalLongitude "22.4795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "257"^^xsd:integer ;
  dwc:maximumDepthInMeters "257"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.2647 22.4795)"^^geo:wktLiteral ;
  geo-pos:lat "70.2647"^^xsd:decimal ;
  geo-pos:long "22.4795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1403'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '22.4795'^^xsd:double;
  dwc:latitude '70.2647'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '257'^^xsd:integer;
  dwc:maximumDepth '257'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1403'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.2665 22.4725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.2665"^^xsd:decimal ;
  dwc:decimalLongitude "22.4725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "236"^^xsd:integer ;
  dwc:maximumDepthInMeters "236"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.2665 22.4725)"^^geo:wktLiteral ;
  geo-pos:lat "70.2665"^^xsd:decimal ;
  geo-pos:long "22.4725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1404'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '22.4725'^^xsd:double;
  dwc:latitude '70.2665'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '236'^^xsd:integer;
  dwc:maximumDepth '236'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1404'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.2688 22.4757)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.2688"^^xsd:decimal ;
  dwc:decimalLongitude "22.4757"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "208"^^xsd:integer ;
  dwc:maximumDepthInMeters "208"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.2688 22.4757)"^^geo:wktLiteral ;
  geo-pos:lat "70.2688"^^xsd:decimal ;
  geo-pos:long "22.4757"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1405'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '22.4757'^^xsd:double;
  dwc:latitude '70.2688'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '208'^^xsd:integer;
  dwc:maximumDepth '208'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1405'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.2688 22.491)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.2688"^^xsd:decimal ;
  dwc:decimalLongitude "22.491"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.2688 22.491)"^^geo:wktLiteral ;
  geo-pos:lat "70.2688"^^xsd:decimal ;
  geo-pos:long "22.491"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1406'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '22.491'^^xsd:double;
  dwc:latitude '70.2688'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1406'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.2708 22.4762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.2708"^^xsd:decimal ;
  dwc:decimalLongitude "22.4762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "249"^^xsd:integer ;
  dwc:maximumDepthInMeters "249"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.2708 22.4762)"^^geo:wktLiteral ;
  geo-pos:lat "70.2708"^^xsd:decimal ;
  geo-pos:long "22.4762"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1407'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '22.4762'^^xsd:double;
  dwc:latitude '70.2708'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '249'^^xsd:integer;
  dwc:maximumDepth '249'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1407'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.2715 22.4792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.2715"^^xsd:decimal ;
  dwc:decimalLongitude "22.4792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "225"^^xsd:integer ;
  dwc:maximumDepthInMeters "225"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.2715 22.4792)"^^geo:wktLiteral ;
  geo-pos:lat "70.2715"^^xsd:decimal ;
  geo-pos:long "22.4792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1408'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '22.4792'^^xsd:double;
  dwc:latitude '70.2715'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '225'^^xsd:integer;
  dwc:maximumDepth '225'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1408'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.4211 21.0291)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.4211"^^xsd:decimal ;
  dwc:decimalLongitude "21.0291"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "198"^^xsd:integer ;
  dwc:maximumDepthInMeters "198"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.4211 21.0291)"^^geo:wktLiteral ;
  geo-pos:lat "70.4211"^^xsd:decimal ;
  geo-pos:long "21.0291"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1409'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '21.0291'^^xsd:double;
  dwc:latitude '70.4211'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '198'^^xsd:integer;
  dwc:maximumDepth '198'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1409'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.4212 21.0377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.4212"^^xsd:decimal ;
  dwc:decimalLongitude "21.0377"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "230"^^xsd:integer ;
  dwc:maximumDepthInMeters "230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.4212 21.0377)"^^geo:wktLiteral ;
  geo-pos:lat "70.4212"^^xsd:decimal ;
  geo-pos:long "21.0377"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1410'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '21.0377'^^xsd:double;
  dwc:latitude '70.4212'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '230'^^xsd:integer;
  dwc:maximumDepth '230'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1410'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.4272 21.0778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.4272"^^xsd:decimal ;
  dwc:decimalLongitude "21.0778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "215"^^xsd:integer ;
  dwc:maximumDepthInMeters "215"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.4272 21.0778)"^^geo:wktLiteral ;
  geo-pos:lat "70.4272"^^xsd:decimal ;
  geo-pos:long "21.0778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1411'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '21.0778'^^xsd:double;
  dwc:latitude '70.4272'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '215'^^xsd:integer;
  dwc:maximumDepth '215'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1411'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.4275 20.9653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.4275"^^xsd:decimal ;
  dwc:decimalLongitude "20.9653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "179"^^xsd:integer ;
  dwc:maximumDepthInMeters "179"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.4275 20.9653)"^^geo:wktLiteral ;
  geo-pos:lat "70.4275"^^xsd:decimal ;
  geo-pos:long "20.9653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1412'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '20.9653'^^xsd:double;
  dwc:latitude '70.4275'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '179'^^xsd:integer;
  dwc:maximumDepth '179'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1412'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.428 20.9652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.428"^^xsd:decimal ;
  dwc:decimalLongitude "20.9652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "180"^^xsd:integer ;
  dwc:maximumDepthInMeters "180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.428 20.9652)"^^geo:wktLiteral ;
  geo-pos:lat "70.428"^^xsd:decimal ;
  geo-pos:long "20.9652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1413'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '20.9652'^^xsd:double;
  dwc:latitude '70.428'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '180'^^xsd:integer;
  dwc:maximumDepth '180'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1413'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.4287 20.9467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.4287"^^xsd:decimal ;
  dwc:decimalLongitude "20.9467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "119"^^xsd:integer ;
  dwc:maximumDepthInMeters "119"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.4287 20.9467)"^^geo:wktLiteral ;
  geo-pos:lat "70.4287"^^xsd:decimal ;
  geo-pos:long "20.9467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1414'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '20.9467'^^xsd:double;
  dwc:latitude '70.4287'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '119'^^xsd:integer;
  dwc:maximumDepth '119'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1414'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.4363 20.9775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.4363"^^xsd:decimal ;
  dwc:decimalLongitude "20.9775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165"^^xsd:integer ;
  dwc:maximumDepthInMeters "165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.4363 20.9775)"^^geo:wktLiteral ;
  geo-pos:lat "70.4363"^^xsd:decimal ;
  geo-pos:long "20.9775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1415'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '20.9775'^^xsd:double;
  dwc:latitude '70.4363'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '165'^^xsd:integer;
  dwc:maximumDepth '165'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1415'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.4363 20.9777)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.4363"^^xsd:decimal ;
  dwc:decimalLongitude "20.9777"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "161"^^xsd:integer ;
  dwc:maximumDepthInMeters "161"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.4363 20.9777)"^^geo:wktLiteral ;
  geo-pos:lat "70.4363"^^xsd:decimal ;
  geo-pos:long "20.9777"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1416'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '20.9777'^^xsd:double;
  dwc:latitude '70.4363'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '161'^^xsd:integer;
  dwc:maximumDepth '161'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1416'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1417> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.44 21.0517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.44"^^xsd:decimal ;
  dwc:decimalLongitude "21.0517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "216"^^xsd:integer ;
  dwc:maximumDepthInMeters "216"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.44 21.0517)"^^geo:wktLiteral ;
  geo-pos:lat "70.44"^^xsd:decimal ;
  geo-pos:long "21.0517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1417'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '21.0517'^^xsd:double;
  dwc:latitude '70.44'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '216'^^xsd:integer;
  dwc:maximumDepth '216'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1417'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5730__IMR-Coral-1418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5730__IMR-Coral-1418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5730__IMR-Coral-1418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.4587 21.0959)"^^geo:wktLiteral ;
  dwc:decimalLatitude "70.4587"^^xsd:decimal ;
  dwc:decimalLongitude "21.0959"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "289"^^xsd:integer ;
  dwc:maximumDepthInMeters "289"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "100"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5730__IMR-Coral-1418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (70.4587 21.0959)"^^geo:wktLiteral ;
  geo-pos:lat "70.4587"^^xsd:decimal ;
  geo-pos:long "21.0959"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "100"^^xsd:integer .

<https://eurobis.org/id/occurrence/5730__IMR-Coral-1418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IMR-Coral-1418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5730_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2018-08-07'^^xsd:date;
  dwc:institutionCode 'IMR'^^xsd:string;
  dwc:collectionCode 'Lophelia pertusa reefs'^^xsd:string;
  dwc:catalogNumber 'IMR-Coral-1418'^^xsd:string;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:longitude '21.0959'^^xsd:double;
  dwc:latitude '70.4587'^^xsd:double;
  dwc:coordinatePrecision '100'^^xsd:integer;
  dwc:minimumDepth '289'^^xsd:integer;
  dwc:maximumDepth '289'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:occurrenceId 'IMR-Coral-1418'^^xsd:string;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF