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

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '328'^^xsd:integer;
  dwc:scientificName 'Doto pennatifica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '139650'^^xsd:integer;
  dwc:aphiaIdAccepted '139650'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '453'^^xsd:integer;
  dwc:scientificName 'Drepanorchis neglecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '134802'^^xsd:integer;
  dwc:aphiaIdAccepted '134802'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '86'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '329'^^xsd:integer;
  dwc:scientificName 'Ebala nitidissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '139664'^^xsd:integer;
  dwc:aphiaIdAccepted '139664'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '454'^^xsd:integer;
  dwc:scientificName 'Ebalia cranchi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107294'^^xsd:integer;
  dwc:aphiaIdAccepted '107294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '456'^^xsd:integer;
  dwc:scientificName 'Ebalia sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '106889'^^xsd:integer;
  dwc:aphiaIdAccepted '106889'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '455'^^xsd:integer;
  dwc:scientificName 'Ebalia tumefacta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107302'^^xsd:integer;
  dwc:aphiaIdAccepted '107302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '525'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '526'^^xsd:integer;
  dwc:scientificName 'Echinocardium flavescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '124394'^^xsd:integer;
  dwc:aphiaIdAccepted '124394'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '527'^^xsd:integer;
  dwc:scientificName 'Echinocardium pennatifidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '124401'^^xsd:integer;
  dwc:aphiaIdAccepted '124400'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '528'^^xsd:integer;
  dwc:scientificName 'Echinocardium sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '123426'^^xsd:integer;
  dwc:aphiaIdAccepted '123426'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '529'^^xsd:integer;
  dwc:scientificName 'Echinocyamus pusillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '124273'^^xsd:integer;
  dwc:aphiaIdAccepted '124273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '530'^^xsd:integer;
  dwc:scientificName 'Echinus acutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '124277'^^xsd:integer;
  dwc:aphiaIdAccepted '532031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '532'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '105'^^xsd:integer;
  dwc:scientificName 'Echiurus echiurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '110377'^^xsd:integer;
  dwc:aphiaIdAccepted '110377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '70'^^xsd:integer;
  dwc:scientificName 'Edwardsia sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '100730'^^xsd:integer;
  dwc:aphiaIdAccepted '100730'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '71'^^xsd:integer;
  dwc:scientificName 'Edwardsia tuberculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '100894'^^xsd:integer;
  dwc:aphiaIdAccepted '100894'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '53'^^xsd:integer;
  dwc:scientificName 'Eggerella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '113932'^^xsd:integer;
  dwc:aphiaIdAccepted '113938'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '7'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '8'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '330'^^xsd:integer;
  dwc:scientificName 'Elysia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '139686'^^xsd:integer;
  dwc:aphiaIdAccepted '139686'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '331'^^xsd:integer;
  dwc:scientificName 'Emarginula fissura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '139959'^^xsd:integer;
  dwc:aphiaIdAccepted '139959'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '332'^^xsd:integer;
  dwc:scientificName 'Embletonia pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141638'^^xsd:integer;
  dwc:aphiaIdAccepted '141638'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '127'^^xsd:integer;
  dwc:scientificName 'Enipo kinbergi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130738'^^xsd:integer;
  dwc:aphiaIdAccepted '130738'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '227'^^xsd:integer;
  dwc:scientificName 'Ensis arcuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140731'^^xsd:integer;
  dwc:aphiaIdAccepted '160539'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '228'^^xsd:integer;
  dwc:scientificName 'Ensis ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140733'^^xsd:integer;
  dwc:aphiaIdAccepted '140733'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '229'^^xsd:integer;
  dwc:scientificName 'Ensis sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '9'^^xsd:integer;
  dwc:scientificName 'Entalophoroecia deflexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111683'^^xsd:integer;
  dwc:aphiaIdAccepted '111683'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '333'^^xsd:integer;
  dwc:scientificName 'Epitonium clathrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '146905'^^xsd:integer;
  dwc:aphiaIdAccepted '146905'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '334'^^xsd:integer;
  dwc:scientificName 'Epitonium trevelyanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '139736'^^xsd:integer;
  dwc:aphiaIdAccepted '139736'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '335'^^xsd:integer;
  dwc:scientificName 'Epitonium turtonis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '139738'^^xsd:integer;
  dwc:aphiaIdAccepted '139738'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '457'^^xsd:integer;
  dwc:scientificName 'Erythrops erythrophthalma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '119998'^^xsd:integer;
  dwc:aphiaIdAccepted '852968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '11'^^xsd:integer;
  dwc:scientificName 'Escharella immersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111484'^^xsd:integer;
  dwc:aphiaIdAccepted '111484'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '12'^^xsd:integer;
  dwc:scientificName 'Escharella ventricosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111496'^^xsd:integer;
  dwc:aphiaIdAccepted '111496'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '336'^^xsd:integer;
  dwc:scientificName 'Eubranchus exignus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '139765'^^xsd:integer;
  dwc:aphiaIdAccepted '827532'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '337'^^xsd:integer;
  dwc:scientificName 'Eubranchus pallidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '139768'^^xsd:integer;
  dwc:aphiaIdAccepted '423079'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '338'^^xsd:integer;
  dwc:scientificName 'Eubranchus tricolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '139771'^^xsd:integer;
  dwc:aphiaIdAccepted '139771'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '128'^^xsd:integer;
  dwc:scientificName 'Euchone rubrocincta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130909'^^xsd:integer;
  dwc:aphiaIdAccepted '130909'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '87'^^xsd:integer;
  dwc:scientificName 'Eudendrium arbusculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '117541'^^xsd:integer;
  dwc:aphiaIdAccepted '284644'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '458'^^xsd:integer;
  dwc:scientificName 'Eudorella sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '110412'^^xsd:integer;
  dwc:aphiaIdAccepted '110412'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '129'^^xsd:integer;
  dwc:scientificName 'Eulalia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130639'^^xsd:integer;
  dwc:aphiaIdAccepted '130639'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '339'^^xsd:integer;
  dwc:scientificName 'Eulima bilineata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '139800'^^xsd:integer;
  dwc:aphiaIdAccepted '139800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '340'^^xsd:integer;
  dwc:scientificName 'Eulimella laevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '152346'^^xsd:integer;
  dwc:aphiaIdAccepted '140942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '459'^^xsd:integer;
  dwc:scientificName 'Eurycope mutica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '157889'^^xsd:integer;
  dwc:aphiaIdAccepted '118601'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '460'^^xsd:integer;
  dwc:scientificName 'Eurynome aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107318'^^xsd:integer;
  dwc:aphiaIdAccepted '107318'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '130'^^xsd:integer;
  dwc:scientificName 'Exogone naidina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '327985'^^xsd:integer;
  dwc:aphiaIdAccepted '327985'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '131'^^xsd:integer;
  dwc:scientificName 'Exogone sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '129654'^^xsd:integer;
  dwc:aphiaIdAccepted '129654'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '230'^^xsd:integer;
  dwc:scientificName 'Fabulina fabula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '146907'^^xsd:integer;
  dwc:aphiaIdAccepted '146907'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '342'^^xsd:integer;
  dwc:scientificName 'Facelina auriculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '153375'^^xsd:integer;
  dwc:aphiaIdAccepted '153375'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '72'^^xsd:integer;
  dwc:scientificName 'Fagesia loveni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '100900'^^xsd:integer;
  dwc:aphiaIdAccepted '283550'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '13'^^xsd:integer;
  dwc:scientificName 'Filicrisia geniculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111708'^^xsd:integer;
  dwc:aphiaIdAccepted '111708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '10'^^xsd:integer;
  dwc:scientificName 'Flustra securifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '428647'^^xsd:integer;
  dwc:aphiaIdAccepted '111374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '14'^^xsd:integer;
  dwc:scientificName 'Flustra sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '110911'^^xsd:integer;
  dwc:aphiaIdAccepted '110911'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '461'^^xsd:integer;
  dwc:scientificName 'Galathea intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107150'^^xsd:integer;
  dwc:aphiaIdAccepted '107150'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '462'^^xsd:integer;
  dwc:scientificName 'Galathea sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '106834'^^xsd:integer;
  dwc:aphiaIdAccepted '106834'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '463'^^xsd:integer;
  dwc:scientificName 'Galathea squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107154'^^xsd:integer;
  dwc:aphiaIdAccepted '107154'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '231'^^xsd:integer;
  dwc:scientificName 'Gari fervensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140870'^^xsd:integer;
  dwc:aphiaIdAccepted '140870'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '232'^^xsd:integer;
  dwc:scientificName 'Gari tellinella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140873'^^xsd:integer;
  dwc:aphiaIdAccepted '140873'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '133'^^xsd:integer;
  dwc:scientificName 'Gattyana sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '129488'^^xsd:integer;
  dwc:aphiaIdAccepted '129488'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '343'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '344'^^xsd:integer;
  dwc:scientificName 'Gibbula tumida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141799'^^xsd:integer;
  dwc:aphiaIdAccepted '1477356'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '233'^^xsd:integer;
  dwc:scientificName 'Glossus humanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140023'^^xsd:integer;
  dwc:aphiaIdAccepted '140023'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '134'^^xsd:integer;
  dwc:scientificName 'Glycera alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130116'^^xsd:integer;
  dwc:aphiaIdAccepted '130116'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '135'^^xsd:integer;
  dwc:scientificName 'Glycera rouxii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130127'^^xsd:integer;
  dwc:aphiaIdAccepted '130131'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '136'^^xsd:integer;
  dwc:scientificName 'Glycera sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '129296'^^xsd:integer;
  dwc:aphiaIdAccepted '129296'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '464'^^xsd:integer;
  dwc:scientificName 'Gnathia oxyuraea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '118995'^^xsd:integer;
  dwc:aphiaIdAccepted '118995'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '591'^^xsd:integer;
  dwc:scientificName 'Golfingia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '136041'^^xsd:integer;
  dwc:aphiaIdAccepted '175026'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '592'^^xsd:integer;
  dwc:scientificName 'Golfingia margaritacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '136044'^^xsd:integer;
  dwc:aphiaIdAccepted '175027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '593'^^xsd:integer;
  dwc:scientificName 'Golfingia sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '136021'^^xsd:integer;
  dwc:aphiaIdAccepted '136021'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '137'^^xsd:integer;
  dwc:scientificName 'Goniada maculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130140'^^xsd:integer;
  dwc:aphiaIdAccepted '130140'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '138'^^xsd:integer;
  dwc:scientificName 'Goniada sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '129300'^^xsd:integer;
  dwc:aphiaIdAccepted '129300'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '465'^^xsd:integer;
  dwc:scientificName 'Gyge branchialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '118216'^^xsd:integer;
  dwc:aphiaIdAccepted '118216'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '15'^^xsd:integer;
  dwc:scientificName 'Gypsina sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '112072'^^xsd:integer;
  dwc:aphiaIdAccepted '112072'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '88'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '60'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '61'^^xsd:integer;
  dwc:scientificName 'Haliclona Grant'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '131834'^^xsd:integer;
  dwc:aphiaIdAccepted '131834'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '414'^^xsd:integer;
  dwc:scientificName 'Hanleya hanleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140082'^^xsd:integer;
  dwc:aphiaIdAccepted '140082'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '466'^^xsd:integer;
  dwc:scientificName 'Haploops sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '101447'^^xsd:integer;
  dwc:aphiaIdAccepted '101447'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '467'^^xsd:integer;
  dwc:scientificName 'Haploops tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '101958'^^xsd:integer;
  dwc:aphiaIdAccepted '101958'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '54'^^xsd:integer;
  dwc:scientificName 'Haplophragmoides sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '112330'^^xsd:integer;
  dwc:aphiaIdAccepted '112330'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '139'^^xsd:integer;
  dwc:scientificName 'Harmothoe glabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '571832'^^xsd:integer;
  dwc:aphiaIdAccepted '571832'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '140'^^xsd:integer;
  dwc:scientificName 'Harmothoe lunulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '152287'^^xsd:integer;
  dwc:aphiaIdAccepted '155194'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '141'^^xsd:integer;
  dwc:scientificName 'Harmothoe sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '129491'^^xsd:integer;
  dwc:aphiaIdAccepted '129491'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '604'^^xsd:integer;
  dwc:scientificName 'Harrimania kupfferi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '137597'^^xsd:integer;
  dwc:aphiaIdAccepted '137597'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '345'^^xsd:integer;
  dwc:scientificName 'Hedylopsis suecica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140086'^^xsd:integer;
  dwc:aphiaIdAccepted '140085'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '81'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '82'^^xsd:integer;
  dwc:scientificName 'Abietinaria sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '117225'^^xsd:integer;
  dwc:aphiaIdAccepted '117225'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '208'^^xsd:integer;
  dwc:scientificName 'Abra nitida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141435'^^xsd:integer;
  dwc:aphiaIdAccepted '141435'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '209'^^xsd:integer;
  dwc:scientificName 'Abra prismatica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141436'^^xsd:integer;
  dwc:aphiaIdAccepted '141436'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '210'^^xsd:integer;
  dwc:scientificName 'Abra sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138474'^^xsd:integer;
  dwc:aphiaIdAccepted '138474'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '211'^^xsd:integer;
  dwc:scientificName 'Acanthocardia echinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138992'^^xsd:integer;
  dwc:aphiaIdAccepted '138992'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '423'^^xsd:integer;
  dwc:scientificName 'Acidostoma laticorne'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '102494'^^xsd:integer;
  dwc:aphiaIdAccepted '1513127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '424'^^xsd:integer;
  dwc:scientificName 'Acidostoma obesum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '102497'^^xsd:integer;
  dwc:aphiaIdAccepted '102497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '425'^^xsd:integer;
  dwc:scientificName 'Acidostoma sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '101586'^^xsd:integer;
  dwc:aphiaIdAccepted '101586'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '295'^^xsd:integer;
  dwc:scientificName 'Aclis minor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138681'^^xsd:integer;
  dwc:aphiaIdAccepted '138681'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '296'^^xsd:integer;
  dwc:scientificName 'Aclis walleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138686'^^xsd:integer;
  dwc:aphiaIdAccepted '138686'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '297'^^xsd:integer;
  dwc:scientificName 'Acmaea tessulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '428570'^^xsd:integer;
  dwc:aphiaIdAccepted '423790'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '298'^^xsd:integer;
  dwc:scientificName 'Acmaea virginea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138688'^^xsd:integer;
  dwc:aphiaIdAccepted '153552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '299'^^xsd:integer;
  dwc:scientificName 'Acteon tornatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138691'^^xsd:integer;
  dwc:aphiaIdAccepted '138691'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '300'^^xsd:integer;
  dwc:scientificName 'Aegires punctilucens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138706'^^xsd:integer;
  dwc:aphiaIdAccepted '138706'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '301'^^xsd:integer;
  dwc:scientificName 'Aeolidiella glauca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138711'^^xsd:integer;
  dwc:aphiaIdAccepted '138711'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '212'^^xsd:integer;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '108'^^xsd:integer;
  dwc:scientificName 'Aglaophamus rubella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130345'^^xsd:integer;
  dwc:aphiaIdAccepted '130343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '2'^^xsd:integer;
  dwc:scientificName 'Alcyonidium albidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111594'^^xsd:integer;
  dwc:aphiaIdAccepted '111594'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '3'^^xsd:integer;
  dwc:scientificName 'Alcyonidium gelatinosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111600'^^xsd:integer;
  dwc:aphiaIdAccepted '111600'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '68'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '302'^^xsd:integer;
  dwc:scientificName 'Alvania beanii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '416615'^^xsd:integer;
  dwc:aphiaIdAccepted '416615'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '303'^^xsd:integer;
  dwc:scientificName 'Alvania punctura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141230'^^xsd:integer;
  dwc:aphiaIdAccepted '141230'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '304'^^xsd:integer;
  dwc:scientificName 'Alvania sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138439'^^xsd:integer;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '305'^^xsd:integer;
  dwc:scientificName 'Alvania testae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141251'^^xsd:integer;
  dwc:aphiaIdAccepted '141251'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '109'^^xsd:integer;
  dwc:scientificName 'Amage auricula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '129771'^^xsd:integer;
  dwc:aphiaIdAccepted '129771'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '306'^^xsd:integer;
  dwc:scientificName 'Amauropsis islandicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '153679'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '427'^^xsd:integer;
  dwc:scientificName 'Ampelisca macrocephala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '101908'^^xsd:integer;
  dwc:aphiaIdAccepted '101908'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '426'^^xsd:integer;
  dwc:scientificName 'Ampelisca sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '101445'^^xsd:integer;
  dwc:aphiaIdAccepted '101445'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '428'^^xsd:integer;
  dwc:scientificName 'Ampelisca spinipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '101928'^^xsd:integer;
  dwc:aphiaIdAccepted '101928'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '429'^^xsd:integer;
  dwc:scientificName 'Ampelisca tenuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '101930'^^xsd:integer;
  dwc:aphiaIdAccepted '101930'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '111'^^xsd:integer;
  dwc:scientificName 'Amphicteis gunneri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '129784'^^xsd:integer;
  dwc:aphiaIdAccepted '129784'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '515'^^xsd:integer;
  dwc:scientificName 'Amphipholis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '125064'^^xsd:integer;
  dwc:aphiaIdAccepted '125064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '112'^^xsd:integer;
  dwc:scientificName 'Amphitrite cirrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '131474'^^xsd:integer;
  dwc:aphiaIdAccepted '131474'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '516'^^xsd:integer;
  dwc:scientificName 'Amphiura chiajei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '125073'^^xsd:integer;
  dwc:aphiaIdAccepted '125073'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '517'^^xsd:integer;
  dwc:scientificName 'Amphiura filiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '125080'^^xsd:integer;
  dwc:aphiaIdAccepted '125080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '518'^^xsd:integer;
  dwc:scientificName 'Amphiura sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '123613'^^xsd:integer;
  dwc:aphiaIdAccepted '123613'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '430'^^xsd:integer;
  dwc:scientificName 'Anapagurus chiroacanthus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107215'^^xsd:integer;
  dwc:aphiaIdAccepted '107215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '431'^^xsd:integer;
  dwc:scientificName 'Anapagurus laevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107218'^^xsd:integer;
  dwc:aphiaIdAccepted '107218'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '432'^^xsd:integer;
  dwc:scientificName 'Anapagurus sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '106849'^^xsd:integer;
  dwc:aphiaIdAccepted '106849'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '214'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '113'^^xsd:integer;
  dwc:scientificName 'Anobothrus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '129789'^^xsd:integer;
  dwc:aphiaIdAccepted '129789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '420'^^xsd:integer;
  dwc:scientificName 'Antalis entalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '150534'^^xsd:integer;
  dwc:aphiaIdAccepted '150534'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '114'^^xsd:integer;
  dwc:scientificName 'Aphrodita aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '129840'^^xsd:integer;
  dwc:aphiaIdAccepted '129840'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '564'^^xsd:integer;
  dwc:scientificName 'Aplidium sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '103471'^^xsd:integer;
  dwc:aphiaIdAccepted '103471'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '308'^^xsd:integer;
  dwc:scientificName 'Archidoris pseudoargus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138763'^^xsd:integer;
  dwc:aphiaIdAccepted '138763'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '215'^^xsd:integer;
  dwc:scientificName 'Arctica islandica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138802'^^xsd:integer;
  dwc:aphiaIdAccepted '138802'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '309'^^xsd:integer;
  dwc:scientificName 'Armina loveni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138804'^^xsd:integer;
  dwc:aphiaIdAccepted '138804'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '115'^^xsd:integer;
  dwc:scientificName 'Artacama proboscidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '131482'^^xsd:integer;
  dwc:aphiaIdAccepted '131482'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '558'^^xsd:integer;
  dwc:scientificName 'Ascidia conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '103702'^^xsd:integer;
  dwc:aphiaIdAccepted '103702'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '559'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '560'^^xsd:integer;
  dwc:scientificName 'Ascidia sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '103483'^^xsd:integer;
  dwc:aphiaIdAccepted '103483'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '561'^^xsd:integer;
  dwc:scientificName 'Ascidia virginea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '103717'^^xsd:integer;
  dwc:aphiaIdAccepted '103717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '562'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '563'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '433'^^xsd:integer;
  dwc:scientificName 'Astacilla longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '119024'^^xsd:integer;
  dwc:aphiaIdAccepted '119024'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '216'^^xsd:integer;
  dwc:scientificName 'Astarte borealis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138818'^^xsd:integer;
  dwc:aphiaIdAccepted '152398'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '217'^^xsd:integer;
  dwc:scientificName 'Astarte elliptica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138821'^^xsd:integer;
  dwc:aphiaIdAccepted '152282'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '218'^^xsd:integer;
  dwc:scientificName 'Astarte montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138823'^^xsd:integer;
  dwc:aphiaIdAccepted '146518'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '219'^^xsd:integer;
  dwc:scientificName 'Astarte sulcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138824'^^xsd:integer;
  dwc:aphiaIdAccepted '138824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '519'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '379563'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '520'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '48'^^xsd:integer;
  dwc:scientificName 'Astrorhiza limicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '113843'^^xsd:integer;
  dwc:aphiaIdAccepted '113843'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '434'^^xsd:integer;
  dwc:scientificName 'Athelges tenuicaudis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '118199'^^xsd:integer;
  dwc:aphiaIdAccepted '118199'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '435'^^xsd:integer;
  dwc:scientificName 'Axinophilus thyasirae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '128997'^^xsd:integer;
  dwc:aphiaIdAccepted '128997'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '436'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '437'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '438'^^xsd:integer;
  dwc:scientificName 'Balanus sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '310'^^xsd:integer;
  dwc:scientificName 'Balcis sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '205837'^^xsd:integer;
  dwc:aphiaIdAccepted '137978'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '37'^^xsd:integer;
  dwc:scientificName 'Barentsia gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111802'^^xsd:integer;
  dwc:aphiaIdAccepted '111802'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '439'^^xsd:integer;
  dwc:scientificName 'Bathymedon longimanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '102873'^^xsd:integer;
  dwc:aphiaIdAccepted '102873'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '440'^^xsd:integer;
  dwc:scientificName 'Bathyporeia Bathyporeia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '101742'^^xsd:integer;
  dwc:aphiaIdAccepted '101742'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '312'^^xsd:integer;
  dwc:scientificName 'Boreotrophon truncatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '146733'^^xsd:integer;
  dwc:aphiaIdAccepted '146733'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '565'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '116'^^xsd:integer;
  dwc:scientificName 'Brada villosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130099'^^xsd:integer;
  dwc:aphiaIdAccepted '1355594'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '117'^^xsd:integer;
  dwc:scientificName 'Branchiomma bombyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130878'^^xsd:integer;
  dwc:aphiaIdAccepted '130878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '600'^^xsd:integer;
  dwc:scientificName 'Branchiostoma lanceolatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '104906'^^xsd:integer;
  dwc:aphiaIdAccepted '104906'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '521'^^xsd:integer;
  dwc:scientificName 'Brissopsis lyrifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '124373'^^xsd:integer;
  dwc:aphiaIdAccepted '124373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '313'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '50'^^xsd:integer;
  dwc:scientificName 'Bulimina marginata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '113042'^^xsd:integer;
  dwc:aphiaIdAccepted '113042'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '118'^^xsd:integer;
  dwc:scientificName 'Calamyzas amphictenicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '129873'^^xsd:integer;
  dwc:aphiaIdAccepted '129873'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '444'^^xsd:integer;
  dwc:scientificName 'Callianassa subterranea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107729'^^xsd:integer;
  dwc:aphiaIdAccepted '107729'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '314'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '412'^^xsd:integer;
  dwc:scientificName 'Callochiton septemvalvis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140132'^^xsd:integer;
  dwc:aphiaIdAccepted '140132'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '413'^^xsd:integer;
  dwc:scientificName 'Callochiton sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138085'^^xsd:integer;
  dwc:aphiaIdAccepted '138085'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '441'^^xsd:integer;
  dwc:scientificName 'Calocaris macandreae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107726'^^xsd:integer;
  dwc:aphiaIdAccepted '107726'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '83'^^xsd:integer;
  dwc:scientificName 'Campanularia verticellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '152125'^^xsd:integer;
  dwc:aphiaIdAccepted '117399'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '442'^^xsd:integer;
  dwc:scientificName 'Campylaspis sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '110415'^^xsd:integer;
  dwc:aphiaIdAccepted '110415'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '443'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '315'^^xsd:integer;
  dwc:scientificName 'Capulus ungaricus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138984'^^xsd:integer;
  dwc:aphiaIdAccepted '138984'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '445'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '51'^^xsd:integer;
  dwc:scientificName 'Cassidulina sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '112120'^^xsd:integer;
  dwc:aphiaIdAccepted '112120'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '4'^^xsd:integer;
  dwc:scientificName 'Cellaria fistulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111257'^^xsd:integer;
  dwc:aphiaIdAccepted '111257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '582'^^xsd:integer;
  dwc:scientificName 'Cerebratulus pantherinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '122484'^^xsd:integer;
  dwc:aphiaIdAccepted '122484'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '69'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '409'^^xsd:integer;
  dwc:scientificName 'Chaetoderma nitidulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '139106'^^xsd:integer;
  dwc:aphiaIdAccepted '139106'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '578'^^xsd:integer;
  dwc:scientificName 'Chaetonymphon spinosissimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '428607'^^xsd:integer;
  dwc:aphiaIdAccepted '134712'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '119'^^xsd:integer;
  dwc:scientificName 'Chaetopterus sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '129229'^^xsd:integer;
  dwc:aphiaIdAccepted '129229'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '446'^^xsd:integer;
  dwc:scientificName 'Cheirocratus sundevallii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '102798'^^xsd:integer;
  dwc:aphiaIdAccepted '102798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '120'^^xsd:integer;
  dwc:scientificName 'Chirimia biceps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '341077'^^xsd:integer;
  dwc:aphiaIdAccepted '341077'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '121'^^xsd:integer;
  dwc:scientificName 'Chitinopoma serrula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130986'^^xsd:integer;
  dwc:aphiaIdAccepted '130986'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '316'^^xsd:integer;
  dwc:scientificName 'Chrysallida indistincta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140916'^^xsd:integer;
  dwc:aphiaIdAccepted '605957'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '317'^^xsd:integer;
  dwc:scientificName 'Chrysallida interstincta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140918'^^xsd:integer;
  dwc:aphiaIdAccepted '817982'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '319'^^xsd:integer;
  dwc:scientificName 'Cingula alderi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '428611'^^xsd:integer;
  dwc:aphiaIdAccepted '141304'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '320'^^xsd:integer;
  dwc:scientificName 'Cingula semistriata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '154089'^^xsd:integer;
  dwc:aphiaIdAccepted '141280'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '566'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '122'^^xsd:integer;
  dwc:scientificName 'Circeis spirillum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '131201'^^xsd:integer;
  dwc:aphiaIdAccepted '131201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '220'^^xsd:integer;
  dwc:scientificName 'Clausinella fasciata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141909'^^xsd:integer;
  dwc:aphiaIdAccepted '141909'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '59'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '123'^^xsd:integer;
  dwc:scientificName 'Clymenella cincta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130278'^^xsd:integer;
  dwc:aphiaIdAccepted '130278'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '84'^^xsd:integer;
  dwc:scientificName 'Clytia gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '117367'^^xsd:integer;
  dwc:aphiaIdAccepted '117367'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '221'^^xsd:integer;
  dwc:scientificName 'Cochlodesma praetenue'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '181373'^^xsd:integer;
  dwc:aphiaIdAccepted '181373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '321'^^xsd:integer;
  dwc:scientificName 'Colus jeffreysianus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138903'^^xsd:integer;
  dwc:aphiaIdAccepted '138903'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '222'^^xsd:integer;
  dwc:scientificName 'Corbula gibba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '139410'^^xsd:integer;
  dwc:aphiaIdAccepted '378492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '567'^^xsd:integer;
  dwc:scientificName 'Corella parallelogramma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '103743'^^xsd:integer;
  dwc:aphiaIdAccepted '103743'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '447'^^xsd:integer;
  dwc:scientificName 'Corophium bonelli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '158080'^^xsd:integer;
  dwc:aphiaIdAccepted '237004'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '448'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '322'^^xsd:integer;
  dwc:scientificName 'Coryphella lineata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '139982'^^xsd:integer;
  dwc:aphiaIdAccepted '1047411'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '449'^^xsd:integer;
  dwc:scientificName 'Crangon allmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107551'^^xsd:integer;
  dwc:aphiaIdAccepted '107551'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '450'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '223'^^xsd:integer;
  dwc:scientificName 'Crenella decussata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140440'^^xsd:integer;
  dwc:aphiaIdAccepted '140440'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '323'^^xsd:integer;
  dwc:scientificName 'Crepidula fornicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138963'^^xsd:integer;
  dwc:aphiaIdAccepted '138963'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '5'^^xsd:integer;
  dwc:scientificName 'Crisia aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111690'^^xsd:integer;
  dwc:aphiaIdAccepted '111690'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '522'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '523'^^xsd:integer;
  dwc:scientificName 'Cucumaria frondosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '124612'^^xsd:integer;
  dwc:aphiaIdAccepted '124612'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '524'^^xsd:integer;
  dwc:scientificName 'Cucumaria hyndmani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '124616'^^xsd:integer;
  dwc:aphiaIdAccepted '124649'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '324'^^xsd:integer;
  dwc:scientificName 'Cylichna cylindracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '139476'^^xsd:integer;
  dwc:aphiaIdAccepted '139476'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '568'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '325'^^xsd:integer;
  dwc:scientificName 'Dendronotus frondosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '139523'^^xsd:integer;
  dwc:aphiaIdAccepted '139523'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '451'^^xsd:integer;
  dwc:scientificName 'Desmosoma sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '118319'^^xsd:integer;
  dwc:aphiaIdAccepted '118319'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '224'^^xsd:integer;
  dwc:scientificName 'Devonia perrieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140365'^^xsd:integer;
  dwc:aphiaIdAccepted '140365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '326'^^xsd:integer;
  dwc:scientificName 'Diaphana minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '139557'^^xsd:integer;
  dwc:aphiaIdAccepted '139557'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '452'^^xsd:integer;
  dwc:scientificName 'Diastylis lucifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '110483'^^xsd:integer;
  dwc:aphiaIdAccepted '110483'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '85'^^xsd:integer;
  dwc:scientificName 'Dicoryne conferta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '117336'^^xsd:integer;
  dwc:aphiaIdAccepted '117336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '124'^^xsd:integer;
  dwc:scientificName 'Diplocirrus glaucus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130100'^^xsd:integer;
  dwc:aphiaIdAccepted '130100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '52'^^xsd:integer;
  dwc:scientificName 'Discorbis sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '112144'^^xsd:integer;
  dwc:aphiaIdAccepted '112144'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '6'^^xsd:integer;
  dwc:scientificName 'Disporella hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111730'^^xsd:integer;
  dwc:aphiaIdAccepted '111730'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '125'^^xsd:integer;
  dwc:scientificName 'Ditrupa arietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130987'^^xsd:integer;
  dwc:aphiaIdAccepted '130987'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '126'^^xsd:integer;
  dwc:scientificName 'Dorvillea sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '129261'^^xsd:integer;
  dwc:aphiaIdAccepted '129261'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '225'^^xsd:integer;
  dwc:scientificName 'Dosinia exoleta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141911'^^xsd:integer;
  dwc:aphiaIdAccepted '141911'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '226'^^xsd:integer;
  dwc:scientificName 'Dosinia lincta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '152355'^^xsd:integer;
  dwc:aphiaIdAccepted '141912'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '397'^^xsd:integer;
  dwc:scientificName 'Trophon barvicensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140419'^^xsd:integer;
  dwc:aphiaIdAccepted '151929'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '508'^^xsd:integer;
  dwc:scientificName 'Trypetesa lampas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '106142'^^xsd:integer;
  dwc:aphiaIdAccepted '106142'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '589'^^xsd:integer;
  dwc:scientificName 'Tubulanus annulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '122626'^^xsd:integer;
  dwc:aphiaIdAccepted '122626'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '100'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '101'^^xsd:integer;
  dwc:scientificName 'Tubularia larynx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '117995'^^xsd:integer;
  dwc:aphiaIdAccepted '157933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '33'^^xsd:integer;
  dwc:scientificName 'Tubulipora liliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111760'^^xsd:integer;
  dwc:aphiaIdAccepted '111760'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '34'^^xsd:integer;
  dwc:scientificName 'Tubulipora phalangea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111764'^^xsd:integer;
  dwc:aphiaIdAccepted '111764'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '35'^^xsd:integer;
  dwc:scientificName 'Tubulipora sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111054'^^xsd:integer;
  dwc:aphiaIdAccepted '111054'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '398'^^xsd:integer;
  dwc:scientificName 'Turbonilla jeffreysii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141071'^^xsd:integer;
  dwc:aphiaIdAccepted '1783578'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '399'^^xsd:integer;
  dwc:scientificName 'Turbonilla rufa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141089'^^xsd:integer;
  dwc:aphiaIdAccepted '836212'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '204'^^xsd:integer;
  dwc:scientificName 'Typosyllis armillaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '156681'^^xsd:integer;
  dwc:aphiaIdAccepted '131415'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '509'^^xsd:integer;
  dwc:scientificName 'Unciola planipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '102061'^^xsd:integer;
  dwc:aphiaIdAccepted '102061'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '200'^^xsd:integer;
  dwc:scientificName 'Terebellides stroemi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '183466'^^xsd:integer;
  dwc:aphiaIdAccepted '131573'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '57'^^xsd:integer;
  dwc:scientificName 'Textularia truncata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '114290'^^xsd:integer;
  dwc:aphiaIdAccepted '114290'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '201'^^xsd:integer;
  dwc:scientificName 'Thelepus cincinnatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '131543'^^xsd:integer;
  dwc:aphiaIdAccepted '131543'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '283'^^xsd:integer;
  dwc:scientificName 'Thracia convexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141644'^^xsd:integer;
  dwc:aphiaIdAccepted '141644'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '284'^^xsd:integer;
  dwc:scientificName 'Thracia gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '152259'^^xsd:integer;
  dwc:aphiaIdAccepted '152259'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '285'^^xsd:integer;
  dwc:scientificName 'Thracia phaseolina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '152378'^^xsd:integer;
  dwc:aphiaIdAccepted '152378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '286'^^xsd:integer;
  dwc:scientificName 'Thracia villosiuscula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141651'^^xsd:integer;
  dwc:aphiaIdAccepted '141651'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '287'^^xsd:integer;
  dwc:scientificName 'Thyasira equalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141659'^^xsd:integer;
  dwc:aphiaIdAccepted '954693'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '288'^^xsd:integer;
  dwc:scientificName 'Thyasira flexuosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141662'^^xsd:integer;
  dwc:aphiaIdAccepted '141662'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '289'^^xsd:integer;
  dwc:scientificName 'Thyasira sarsii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141672'^^xsd:integer;
  dwc:aphiaIdAccepted '141672'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '555'^^xsd:integer;
  dwc:scientificName 'Thyonidium hyalinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '124696'^^xsd:integer;
  dwc:aphiaIdAccepted '124696'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '596'^^xsd:integer;
  dwc:scientificName 'Thysanocardia procera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '136063'^^xsd:integer;
  dwc:aphiaIdAccepted '136063'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '290'^^xsd:integer;
  dwc:scientificName 'Timoclea ovata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141929'^^xsd:integer;
  dwc:aphiaIdAccepted '141929'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '418'^^xsd:integer;
  dwc:scientificName 'Tonicella rubra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140152'^^xsd:integer;
  dwc:aphiaIdAccepted '386411'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '393'^^xsd:integer;
  dwc:scientificName 'Tornus subcarinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141690'^^xsd:integer;
  dwc:aphiaIdAccepted '141690'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '556'^^xsd:integer;
  dwc:scientificName 'Trachythyone elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '149904'^^xsd:integer;
  dwc:aphiaIdAccepted '124635'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '202'^^xsd:integer;
  dwc:scientificName 'Travisia forbesii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130512'^^xsd:integer;
  dwc:aphiaIdAccepted '130512'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '31'^^xsd:integer;
  dwc:scientificName 'Triticella flava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111653'^^xsd:integer;
  dwc:aphiaIdAccepted '111653'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '32'^^xsd:integer;
  dwc:scientificName 'Triticella sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111020'^^xsd:integer;
  dwc:aphiaIdAccepted '111020'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '394'^^xsd:integer;
  dwc:scientificName 'Tritonia hombergii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '416648'^^xsd:integer;
  dwc:aphiaIdAccepted '416648'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '395'^^xsd:integer;
  dwc:scientificName 'Tritonia plebeia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141738'^^xsd:integer;
  dwc:aphiaIdAccepted '1321828'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '396'^^xsd:integer;
  dwc:scientificName 'Tritonia sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138580'^^xsd:integer;
  dwc:aphiaIdAccepted '138580'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '203'^^xsd:integer;
  dwc:scientificName 'Trochochaeta multisetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '131576'^^xsd:integer;
  dwc:aphiaIdAccepted '131576'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '510'^^xsd:integer;
  dwc:scientificName 'Upogebia stellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107742'^^xsd:integer;
  dwc:aphiaIdAccepted '107742'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '401'^^xsd:integer;
  dwc:scientificName 'Velutina velutina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141905'^^xsd:integer;
  dwc:aphiaIdAccepted '141905'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '291'^^xsd:integer;
  dwc:scientificName 'Venerupis pullastra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141932'^^xsd:integer;
  dwc:aphiaIdAccepted '181364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '292'^^xsd:integer;
  dwc:scientificName 'Venus striatula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '151982'^^xsd:integer;
  dwc:aphiaIdAccepted '141908'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '511'^^xsd:integer;
  dwc:scientificName 'Verruca stroemia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '106257'^^xsd:integer;
  dwc:aphiaIdAccepted '106257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '66'^^xsd:integer;
  dwc:scientificName 'Vioa sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '132000'^^xsd:integer;
  dwc:aphiaIdAccepted '132026'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '79'^^xsd:integer;
  dwc:scientificName 'Virgularia mirabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '128539'^^xsd:integer;
  dwc:aphiaIdAccepted '128539'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '402'^^xsd:integer;
  dwc:scientificName 'Vitreolina philippi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '139903'^^xsd:integer;
  dwc:aphiaIdAccepted '139903'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '205'^^xsd:integer;
  dwc:scientificName 'Websterinereis glauca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130426'^^xsd:integer;
  dwc:aphiaIdAccepted '130426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '512'^^xsd:integer;
  dwc:scientificName 'Westwoodilla caecula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '102932'^^xsd:integer;
  dwc:aphiaIdAccepted '102932'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '513'^^xsd:integer;
  dwc:scientificName 'Xantho rivulosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '428837'^^xsd:integer;
  dwc:aphiaIdAccepted '107442'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '293'^^xsd:integer;
  dwc:scientificName 'Xylophaga dorsalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141976'^^xsd:integer;
  dwc:aphiaIdAccepted '141976'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '572'^^xsd:integer;
  dwc:scientificName 'Pelonaia corrugata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '103894'^^xsd:integer;
  dwc:aphiaIdAccepted '103894'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '493'^^xsd:integer;
  dwc:scientificName 'Peltogaster paguri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '134798'^^xsd:integer;
  dwc:aphiaIdAccepted '134798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '494'^^xsd:integer;
  dwc:scientificName 'Peltogasterella sulcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '134799'^^xsd:integer;
  dwc:aphiaIdAccepted '134799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '75'^^xsd:integer;
  dwc:scientificName 'Pennatula phosphorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '128517'^^xsd:integer;
  dwc:aphiaIdAccepted '128517'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '95'^^xsd:integer;
  dwc:scientificName 'Perigonimus repens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '151911'^^xsd:integer;
  dwc:aphiaIdAccepted '117791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '96'^^xsd:integer;
  dwc:scientificName 'Perigonimus sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '151879'^^xsd:integer;
  dwc:aphiaIdAccepted '117015'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '176'^^xsd:integer;
  dwc:scientificName 'Petaloproctus borealis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130319'^^xsd:integer;
  dwc:aphiaIdAccepted '130319'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '177'^^xsd:integer;
  dwc:scientificName 'Petta pusilla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130597'^^xsd:integer;
  dwc:aphiaIdAccepted '130597'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '595'^^xsd:integer;
  dwc:scientificName 'Phascolion strombus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '136073'^^xsd:integer;
  dwc:aphiaIdAccepted '410749'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '272'^^xsd:integer;
  dwc:scientificName 'Phaxas pellucidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140737'^^xsd:integer;
  dwc:aphiaIdAccepted '140737'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '178'^^xsd:integer;
  dwc:scientificName 'Pherusa plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130113'^^xsd:integer;
  dwc:aphiaIdAccepted '130113'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '376'^^xsd:integer;
  dwc:scientificName 'Philbertia concinna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '428769'^^xsd:integer;
  dwc:aphiaIdAccepted '139360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '378'^^xsd:integer;
  dwc:scientificName 'Philine aperta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140744'^^xsd:integer;
  dwc:aphiaIdAccepted '140744'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '380'^^xsd:integer;
  dwc:scientificName 'Philine quadrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140759'^^xsd:integer;
  dwc:aphiaIdAccepted '882941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '381'^^xsd:integer;
  dwc:scientificName 'Philine scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140761'^^xsd:integer;
  dwc:aphiaIdAccepted '867492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '179'^^xsd:integer;
  dwc:scientificName 'Pholo+½ sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '495'^^xsd:integer;
  dwc:scientificName 'Phoxocephalus holbolli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '102989'^^xsd:integer;
  dwc:aphiaIdAccepted '102989'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '180'^^xsd:integer;
  dwc:scientificName 'Phyllodoce groenlandica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130668'^^xsd:integer;
  dwc:aphiaIdAccepted '334506'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '181'^^xsd:integer;
  dwc:scientificName 'Phyllodoce sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '129455'^^xsd:integer;
  dwc:aphiaIdAccepted '129455'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '496'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '182'^^xsd:integer;
  dwc:scientificName 'Pista cristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '131516'^^xsd:integer;
  dwc:aphiaIdAccepted '131516'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '103'^^xsd:integer;
  dwc:scientificName 'Planaria indet'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '147038'^^xsd:integer;
  dwc:aphiaIdAccepted '147038'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '183'^^xsd:integer;
  dwc:scientificName 'Platynereis dumerilii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130417'^^xsd:integer;
  dwc:aphiaIdAccepted '130417'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '497'^^xsd:integer;
  dwc:scientificName 'Pleurogonium rubicundum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '118801'^^xsd:integer;
  dwc:aphiaIdAccepted '118801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '498'^^xsd:integer;
  dwc:scientificName 'Pleurogonium sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '118388'^^xsd:integer;
  dwc:aphiaIdAccepted '118388'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '97'^^xsd:integer;
  dwc:scientificName 'Podocoryne carnea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '220573'^^xsd:integer;
  dwc:aphiaIdAccepted '151718'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '382'^^xsd:integer;
  dwc:scientificName 'Polinices alderi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '153714'^^xsd:integer;
  dwc:aphiaIdAccepted '151894'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '383'^^xsd:integer;
  dwc:scientificName 'Polinices catena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '150565'^^xsd:integer;
  dwc:aphiaIdAccepted '140528'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '384'^^xsd:integer;
  dwc:scientificName 'Polinices montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '150638'^^xsd:integer;
  dwc:aphiaIdAccepted '140533'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '385'^^xsd:integer;
  dwc:scientificName 'Polinices pallida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '153703'^^xsd:integer;
  dwc:aphiaIdAccepted '140536'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '386'^^xsd:integer;
  dwc:scientificName 'Polinices pulchella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '428773'^^xsd:integer;
  dwc:aphiaIdAccepted '151894'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '573'^^xsd:integer;
  dwc:scientificName 'Polycarpa fibrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '103902'^^xsd:integer;
  dwc:aphiaIdAccepted '103902'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '574'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '387'^^xsd:integer;
  dwc:scientificName 'Polycera quadrilineata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140838'^^xsd:integer;
  dwc:aphiaIdAccepted '140838'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '575'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '55'^^xsd:integer;
  dwc:scientificName 'Polymorphina sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '112254'^^xsd:integer;
  dwc:aphiaIdAccepted '112254'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '98'^^xsd:integer;
  dwc:scientificName 'Polyplumaria flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '117827'^^xsd:integer;
  dwc:aphiaIdAccepted '117827'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '185'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '499'^^xsd:integer;
  dwc:scientificName 'Pontophilus spinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107564'^^xsd:integer;
  dwc:aphiaIdAccepted '107564'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '274'^^xsd:integer;
  dwc:scientificName 'Potidoma clarkiae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '428775'^^xsd:integer;
  dwc:aphiaIdAccepted '140366'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '186'^^xsd:integer;
  dwc:scientificName 'Praxillella praetermissa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130326'^^xsd:integer;
  dwc:aphiaIdAccepted '130326'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '187'^^xsd:integer;
  dwc:scientificName 'Praxillura longissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130327'^^xsd:integer;
  dwc:aphiaIdAccepted '130327'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '598'^^xsd:integer;
  dwc:scientificName 'Priapulus caudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '101160'^^xsd:integer;
  dwc:aphiaIdAccepted '101160'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '188'^^xsd:integer;
  dwc:scientificName 'Prionospio steenstrupi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '131164'^^xsd:integer;
  dwc:aphiaIdAccepted '131164'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '550'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '275'^^xsd:integer;
  dwc:scientificName 'Pseudamussium septemradiatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '153001'^^xsd:integer;
  dwc:aphiaIdAccepted '140717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '501'^^xsd:integer;
  dwc:scientificName 'Pseudarachna hirsuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '118681'^^xsd:integer;
  dwc:aphiaIdAccepted '118681'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '502'^^xsd:integer;
  dwc:scientificName 'Pseudione hyndmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '118240'^^xsd:integer;
  dwc:aphiaIdAccepted '1329193'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '503'^^xsd:integer;
  dwc:scientificName 'Pseudotanais forcipatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '136505'^^xsd:integer;
  dwc:aphiaIdAccepted '826920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '56'^^xsd:integer;
  dwc:scientificName 'Pyrgo elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '112588'^^xsd:integer;
  dwc:aphiaIdAccepted '112588'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '388'^^xsd:integer;
  dwc:scientificName 'Raphitoma linearis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '139371'^^xsd:integer;
  dwc:aphiaIdAccepted '1389226'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '24'^^xsd:integer;
  dwc:scientificName 'Reteporella beaniana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111448'^^xsd:integer;
  dwc:aphiaIdAccepted '111448'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '389'^^xsd:integer;
  dwc:scientificName 'Retusa sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138432'^^xsd:integer;
  dwc:aphiaIdAccepted '138432'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '390'^^xsd:integer;
  dwc:scientificName 'Retusa umbilicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '156376'^^xsd:integer;
  dwc:aphiaIdAccepted '156376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '189'^^xsd:integer;
  dwc:scientificName 'Rhodine gracilior'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130330'^^xsd:integer;
  dwc:aphiaIdAccepted '130330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '190'^^xsd:integer;
  dwc:scientificName 'Rhodine loveni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130331'^^xsd:integer;
  dwc:aphiaIdAccepted '130331'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '391'^^xsd:integer;
  dwc:scientificName 'Rissoa inconspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '153732'^^xsd:integer;
  dwc:aphiaIdAccepted '141334'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '392'^^xsd:integer;
  dwc:scientificName 'Rissoa membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141359'^^xsd:integer;
  dwc:aphiaIdAccepted '141359'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '404'^^xsd:integer;
  dwc:scientificName 'Rossia sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138481'^^xsd:integer;
  dwc:aphiaIdAccepted '138481'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '191'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '76'^^xsd:integer;
  dwc:scientificName 'Sagartia sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '100776'^^xsd:integer;
  dwc:aphiaIdAccepted '100776'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '77'^^xsd:integer;
  dwc:scientificName 'Sagartiogeton laceratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '100999'^^xsd:integer;
  dwc:aphiaIdAccepted '854806'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '78'^^xsd:integer;
  dwc:scientificName 'Sarcodictyon roseum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '125340'^^xsd:integer;
  dwc:aphiaIdAccepted '291834'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '276'^^xsd:integer;
  dwc:scientificName 'Saxicavella jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140108'^^xsd:integer;
  dwc:aphiaIdAccepted '140108'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '192'^^xsd:integer;
  dwc:scientificName 'Scalibregma inflatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130980'^^xsd:integer;
  dwc:aphiaIdAccepted '130980'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '504'^^xsd:integer;
  dwc:scientificName 'Scalpellum scalpellum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '106204'^^xsd:integer;
  dwc:aphiaIdAccepted '106204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '26'^^xsd:integer;
  dwc:scientificName 'Schizomavella linearis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111099'^^xsd:integer;
  dwc:aphiaIdAccepted '862795'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '505'^^xsd:integer;
  dwc:scientificName 'Scopelocheirus hopei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '102720'^^xsd:integer;
  dwc:aphiaIdAccepted '102720'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '28'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111248'^^xsd:integer;
  dwc:aphiaIdAccepted '760213'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '29'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria scrupea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111249'^^xsd:integer;
  dwc:aphiaIdAccepted '111249'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '25'^^xsd:integer;
  dwc:scientificName 'Securiflustra securifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111374'^^xsd:integer;
  dwc:aphiaIdAccepted '111374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '506'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '405'^^xsd:integer;
  dwc:scientificName 'Sepietta oweniana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141452'^^xsd:integer;
  dwc:aphiaIdAccepted '141452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '193'^^xsd:integer;
  dwc:scientificName 'Serpula vermicularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '224025'^^xsd:integer;
  dwc:aphiaIdAccepted '131051'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '277'^^xsd:integer;
  dwc:scientificName 'Similipecten similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '147154'^^xsd:integer;
  dwc:aphiaIdAccepted '147154'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '421'^^xsd:integer;
  dwc:scientificName 'Siphonodentalium lofotense'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '428809'^^xsd:integer;
  dwc:aphiaIdAccepted '140893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '30'^^xsd:integer;
  dwc:scientificName 'Smittoidea reticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111573'^^xsd:integer;
  dwc:aphiaIdAccepted '111573'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '410'^^xsd:integer;
  dwc:scientificName 'Solenogaster sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '407'^^xsd:integer;
  dwc:scientificName 'Spadella sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '105413'^^xsd:integer;
  dwc:aphiaIdAccepted '105413'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '552'^^xsd:integer;
  dwc:scientificName 'Spatangus purpureus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '124418'^^xsd:integer;
  dwc:aphiaIdAccepted '124418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '195'^^xsd:integer;
  dwc:scientificName 'Sphaerodoridium commensalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '154983'^^xsd:integer;
  dwc:aphiaIdAccepted '131080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '194'^^xsd:integer;
  dwc:scientificName 'Sphaerodorum gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '131100'^^xsd:integer;
  dwc:aphiaIdAccepted '131100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '197'^^xsd:integer;
  dwc:scientificName 'Spiochaetopterus typicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '129924'^^xsd:integer;
  dwc:aphiaIdAccepted '129924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '198'^^xsd:integer;
  dwc:scientificName 'Spiophanes kroeyeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '157576'^^xsd:integer;
  dwc:aphiaIdAccepted '131188'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '199'^^xsd:integer;
  dwc:scientificName 'Spirorbis spirorbis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '131237'^^xsd:integer;
  dwc:aphiaIdAccepted '334842'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '278'^^xsd:integer;
  dwc:scientificName 'Spisula elliptica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140300'^^xsd:integer;
  dwc:aphiaIdAccepted '140300'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '279'^^xsd:integer;
  dwc:scientificName 'Spisula subtruncata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140302'^^xsd:integer;
  dwc:aphiaIdAccepted '140302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '99'^^xsd:integer;
  dwc:scientificName 'Stegopoma fastigiatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '117973'^^xsd:integer;
  dwc:aphiaIdAccepted '117970'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '553'^^xsd:integer;
  dwc:scientificName 'Strongylocentrotus droebachiensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '124321'^^xsd:integer;
  dwc:aphiaIdAccepted '124321'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '63'^^xsd:integer;
  dwc:scientificName 'Suberites ficus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '134285'^^xsd:integer;
  dwc:aphiaIdAccepted '134285'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '64'^^xsd:integer;
  dwc:scientificName 'Suberites sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '132072'^^xsd:integer;
  dwc:aphiaIdAccepted '132072'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '65'^^xsd:integer;
  dwc:scientificName 'Sycon sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '131723'^^xsd:integer;
  dwc:aphiaIdAccepted '131723'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '507'^^xsd:integer;
  dwc:scientificName 'Synchelidium tenuimanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '102929'^^xsd:integer;
  dwc:aphiaIdAccepted '102929'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '576'^^xsd:integer;
  dwc:scientificName 'Synoicum pulmonaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '103692'^^xsd:integer;
  dwc:aphiaIdAccepted '103692'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '280'^^xsd:integer;
  dwc:scientificName 'Tapes rhomboides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '152316'^^xsd:integer;
  dwc:aphiaIdAccepted '745846'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '281'^^xsd:integer;
  dwc:scientificName 'Tellimya ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '146952'^^xsd:integer;
  dwc:aphiaIdAccepted '146952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '533'^^xsd:integer;
  dwc:scientificName 'Henricia sanguinolenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '381573'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '346'^^xsd:integer;
  dwc:scientificName 'Hero formosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140099'^^xsd:integer;
  dwc:aphiaIdAccepted '140099'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '234'^^xsd:integer;
  dwc:scientificName 'Heteranomia squamula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138749'^^xsd:integer;
  dwc:aphiaIdAccepted '138749'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '235'^^xsd:integer;
  dwc:scientificName 'Hiatella arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140103'^^xsd:integer;
  dwc:aphiaIdAccepted '140103'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '236'^^xsd:integer;
  dwc:scientificName 'Hiatella sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138068'^^xsd:integer;
  dwc:aphiaIdAccepted '138068'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '348'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '349'^^xsd:integer;
  dwc:scientificName 'Hinia pygmea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '246053'^^xsd:integer;
  dwc:aphiaIdAccepted '140512'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '534'^^xsd:integer;
  dwc:scientificName 'Hippasteria phrygiana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '124043'^^xsd:integer;
  dwc:aphiaIdAccepted '124043'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '350'^^xsd:integer;
  dwc:scientificName 'Hyala vitrea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140129'^^xsd:integer;
  dwc:aphiaIdAccepted '140129'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '468'^^xsd:integer;
  dwc:scientificName 'Hyas araneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107322'^^xsd:integer;
  dwc:aphiaIdAccepted '107322'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '469'^^xsd:integer;
  dwc:scientificName 'Hyas coarctatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107323'^^xsd:integer;
  dwc:aphiaIdAccepted '107323'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '89'^^xsd:integer;
  dwc:scientificName 'Hydractinia echinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '90'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '347'^^xsd:integer;
  dwc:scientificName 'Hydrobia ventrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140127'^^xsd:integer;
  dwc:aphiaIdAccepted '238104'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '142'^^xsd:integer;
  dwc:scientificName 'Hydroides norvegica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '157437'^^xsd:integer;
  dwc:aphiaIdAccepted '131009'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '16'^^xsd:integer;
  dwc:scientificName 'Hypophorella expansa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111622'^^xsd:integer;
  dwc:aphiaIdAccepted '111622'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '472'^^xsd:integer;
  dwc:scientificName 'Iphimedia obesa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '102347'^^xsd:integer;
  dwc:aphiaIdAccepted '102347'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '415'^^xsd:integer;
  dwc:scientificName 'Ischnochiton albus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140135'^^xsd:integer;
  dwc:aphiaIdAccepted '247773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '473'^^xsd:integer;
  dwc:scientificName 'Janira maculosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '118732'^^xsd:integer;
  dwc:aphiaIdAccepted '118732'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '351'^^xsd:integer;
  dwc:scientificName 'Jujubinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '156144'^^xsd:integer;
  dwc:aphiaIdAccepted '141774'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '237'^^xsd:integer;
  dwc:scientificName 'Kellia suborbicularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140161'^^xsd:integer;
  dwc:aphiaIdAccepted '140161'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '91'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '535'^^xsd:integer;
  dwc:scientificName 'Labidoplax buskii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '124455'^^xsd:integer;
  dwc:aphiaIdAccepted '124455'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '352'^^xsd:integer;
  dwc:scientificName 'Lacuna sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138099'^^xsd:integer;
  dwc:aphiaIdAccepted '138099'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '353'^^xsd:integer;
  dwc:scientificName 'Lacuna vincta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140170'^^xsd:integer;
  dwc:aphiaIdAccepted '140170'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '92'^^xsd:integer;
  dwc:scientificName 'Lafoea dumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '117702'^^xsd:integer;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '354'^^xsd:integer;
  dwc:scientificName 'Lamellaria latens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140172'^^xsd:integer;
  dwc:aphiaIdAccepted '140172'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '355'^^xsd:integer;
  dwc:scientificName 'Lamellaria perspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140173'^^xsd:integer;
  dwc:aphiaIdAccepted '1505994'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '143'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '93'^^xsd:integer;
  dwc:scientificName 'Laomedea neglecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '117383'^^xsd:integer;
  dwc:aphiaIdAccepted '117383'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '144'^^xsd:integer;
  dwc:scientificName 'Laonice bahusiensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '131127'^^xsd:integer;
  dwc:aphiaIdAccepted '131127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '145'^^xsd:integer;
  dwc:scientificName 'Laonice cirrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '131128'^^xsd:integer;
  dwc:aphiaIdAccepted '131128'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '356'^^xsd:integer;
  dwc:scientificName 'Lepeta caeca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140187'^^xsd:integer;
  dwc:aphiaIdAccepted '140187'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '146'^^xsd:integer;
  dwc:scientificName 'Lepidonotus squamatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130801'^^xsd:integer;
  dwc:aphiaIdAccepted '130801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '536'^^xsd:integer;
  dwc:scientificName 'Leptasterias m++lleri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '125158'^^xsd:integer;
  dwc:aphiaIdAccepted '125158'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '474'^^xsd:integer;
  dwc:scientificName 'Leptognathia sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '136229'^^xsd:integer;
  dwc:aphiaIdAccepted '136229'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '239'^^xsd:integer;
  dwc:scientificName 'Lepton nitidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '152343'^^xsd:integer;
  dwc:aphiaIdAccepted '246148'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '94'^^xsd:integer;
  dwc:scientificName 'Leuckartiara octona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '117791'^^xsd:integer;
  dwc:aphiaIdAccepted '117791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '62'^^xsd:integer;
  dwc:scientificName 'Leucosolenia sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '131715'^^xsd:integer;
  dwc:aphiaIdAccepted '131715'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '18'^^xsd:integer;
  dwc:scientificName 'Lichenopora sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111045'^^xsd:integer;
  dwc:aphiaIdAccepted '111045'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '17'^^xsd:integer;
  dwc:scientificName 'Lichenopora verrucaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111741'^^xsd:integer;
  dwc:aphiaIdAccepted '146845'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '240'^^xsd:integer;
  dwc:scientificName 'Limaria hians'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140235'^^xsd:integer;
  dwc:aphiaIdAccepted '140235'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '241'^^xsd:integer;
  dwc:scientificName 'Limaria loscombi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '153952'^^xsd:integer;
  dwc:aphiaIdAccepted '153952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '242'^^xsd:integer;
  dwc:scientificName 'Limatula gwyni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140237'^^xsd:integer;
  dwc:aphiaIdAccepted '140237'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '475'^^xsd:integer;
  dwc:scientificName 'Liocarcinus arcuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '146912'^^xsd:integer;
  dwc:aphiaIdAccepted '1752525'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '477'^^xsd:integer;
  dwc:scientificName 'Liocarcinus holsatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107388'^^xsd:integer;
  dwc:aphiaIdAccepted '1748246'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '478'^^xsd:integer;
  dwc:scientificName 'Liocarcinus pusillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107393'^^xsd:integer;
  dwc:aphiaIdAccepted '151200'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '357'^^xsd:integer;
  dwc:scientificName 'Liostomia clavula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140965'^^xsd:integer;
  dwc:aphiaIdAccepted '140965'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '358'^^xsd:integer;
  dwc:scientificName 'Lomanotus genei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140273'^^xsd:integer;
  dwc:aphiaIdAccepted '140273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '38'^^xsd:integer;
  dwc:scientificName 'Loxosoma agile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111810'^^xsd:integer;
  dwc:aphiaIdAccepted '111810'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '39'^^xsd:integer;
  dwc:scientificName 'Loxosoma pectinaricola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111815'^^xsd:integer;
  dwc:aphiaIdAccepted '111815'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '40'^^xsd:integer;
  dwc:scientificName 'Loxosomella harmeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111831'^^xsd:integer;
  dwc:aphiaIdAccepted '111831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '41'^^xsd:integer;
  dwc:scientificName 'Loxosomella nitschei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111835'^^xsd:integer;
  dwc:aphiaIdAccepted '111835'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '42'^^xsd:integer;
  dwc:scientificName 'Loxosomella nordgaardi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111836'^^xsd:integer;
  dwc:aphiaIdAccepted '111836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '43'^^xsd:integer;
  dwc:scientificName 'Loxosomella polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111840'^^xsd:integer;
  dwc:aphiaIdAccepted '111840'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '44'^^xsd:integer;
  dwc:scientificName 'Loxosomella similis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111842'^^xsd:integer;
  dwc:aphiaIdAccepted '111842'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '45'^^xsd:integer;
  dwc:scientificName 'Loxosomella varians'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111844'^^xsd:integer;
  dwc:aphiaIdAccepted '111844'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '244'^^xsd:integer;
  dwc:scientificName 'Lucinoma borealis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140283'^^xsd:integer;
  dwc:aphiaIdAccepted '140283'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '538'^^xsd:integer;
  dwc:scientificName 'Luidia sarsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '125203'^^xsd:integer;
  dwc:aphiaIdAccepted '752125'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '539'^^xsd:integer;
  dwc:scientificName 'Luidia sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '123260'^^xsd:integer;
  dwc:aphiaIdAccepted '123260'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '147'^^xsd:integer;
  dwc:scientificName 'Lumbriconereis sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '154944'^^xsd:integer;
  dwc:aphiaIdAccepted '129337'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '148'^^xsd:integer;
  dwc:scientificName 'Lumbrineris fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '152285'^^xsd:integer;
  dwc:aphiaIdAccepted '130261'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '245'^^xsd:integer;
  dwc:scientificName 'Lyonsia norwegica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140291'^^xsd:integer;
  dwc:aphiaIdAccepted '140291'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '246'^^xsd:integer;
  dwc:scientificName 'Macoma calcarea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141580'^^xsd:integer;
  dwc:aphiaIdAccepted '141580'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '479'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '480'^^xsd:integer;
  dwc:scientificName 'Maera loveni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '102820'^^xsd:integer;
  dwc:aphiaIdAccepted '102820'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '481'^^xsd:integer;
  dwc:scientificName 'Maera othonis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '102821'^^xsd:integer;
  dwc:aphiaIdAccepted '534781'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '149'^^xsd:integer;
  dwc:scientificName 'Magelona sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '129341'^^xsd:integer;
  dwc:aphiaIdAccepted '129341'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '584'^^xsd:integer;
  dwc:scientificName 'Malacobdella grossa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '122641'^^xsd:integer;
  dwc:aphiaIdAccepted '122641'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '150'^^xsd:integer;
  dwc:scientificName 'Maldane sarsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130305'^^xsd:integer;
  dwc:aphiaIdAccepted '130305'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '359'^^xsd:integer;
  dwc:scientificName 'Mangelia coarctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '139271'^^xsd:integer;
  dwc:aphiaIdAccepted '139271'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '360'^^xsd:integer;
  dwc:scientificName 'Mangelia nebula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '751247'^^xsd:integer;
  dwc:aphiaIdAccepted '139217'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '540'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '106'^^xsd:integer;
  dwc:scientificName 'Maxmuelleria lankesteri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '110368'^^xsd:integer;
  dwc:aphiaIdAccepted '110368'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '361'^^xsd:integer;
  dwc:scientificName 'Melanella alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '139832'^^xsd:integer;
  dwc:aphiaIdAccepted '139832'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '362'^^xsd:integer;
  dwc:scientificName 'Melanella cf.polita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '137978'^^xsd:integer;
  dwc:aphiaIdAccepted '137978'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '363'^^xsd:integer;
  dwc:scientificName 'Melanella lubrica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '139849'^^xsd:integer;
  dwc:aphiaIdAccepted '139849'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '152'^^xsd:integer;
  dwc:scientificName 'Melinna cristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '129804'^^xsd:integer;
  dwc:aphiaIdAccepted '129804'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '482'^^xsd:integer;
  dwc:scientificName 'Melinnacheres ergasiloides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '129033'^^xsd:integer;
  dwc:aphiaIdAccepted '129033'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '19'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '364'^^xsd:integer;
  dwc:scientificName 'Menestho divisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '153187'^^xsd:integer;
  dwc:aphiaIdAccepted '141033'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '74'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '585'^^xsd:integer;
  dwc:scientificName 'Micrura fasciolata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '122555'^^xsd:integer;
  dwc:aphiaIdAccepted '122555'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '586'^^xsd:integer;
  dwc:scientificName 'Micrura purpurea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '122560'^^xsd:integer;
  dwc:aphiaIdAccepted '122560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '247'^^xsd:integer;
  dwc:scientificName 'Modiolarca tumida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '150683'^^xsd:integer;
  dwc:aphiaIdAccepted '506128'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '248'^^xsd:integer;
  dwc:scientificName 'Modiolula phaseolina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140461'^^xsd:integer;
  dwc:aphiaIdAccepted '140461'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '249'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '250'^^xsd:integer;
  dwc:scientificName 'Moerella pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '147022'^^xsd:integer;
  dwc:aphiaIdAccepted '879714'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '570'^^xsd:integer;
  dwc:scientificName 'Molgula occulta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '103791'^^xsd:integer;
  dwc:aphiaIdAccepted '103791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '571'^^xsd:integer;
  dwc:scientificName 'Molgula sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '103509'^^xsd:integer;
  dwc:aphiaIdAccepted '103509'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '20'^^xsd:integer;
  dwc:scientificName 'Monobryozoon limicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '428723'^^xsd:integer;
  dwc:aphiaIdAccepted '472379'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '483'^^xsd:integer;
  dwc:scientificName 'Monoculodes carinatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '102882'^^xsd:integer;
  dwc:aphiaIdAccepted '547074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '251'^^xsd:integer;
  dwc:scientificName 'Montacuta substriata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140377'^^xsd:integer;
  dwc:aphiaIdAccepted '140377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '252'^^xsd:integer;
  dwc:scientificName 'Musculus niger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140474'^^xsd:integer;
  dwc:aphiaIdAccepted '140474'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '253'^^xsd:integer;
  dwc:scientificName 'Mya truncata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140431'^^xsd:integer;
  dwc:aphiaIdAccepted '140431'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '256'^^xsd:integer;
  dwc:scientificName 'Mysia undata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140728'^^xsd:integer;
  dwc:aphiaIdAccepted '140728'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '153'^^xsd:integer;
  dwc:scientificName 'Myxicola infundibulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130932'^^xsd:integer;
  dwc:aphiaIdAccepted '130932'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '606'^^xsd:integer;
  dwc:scientificName 'Myxine glutinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '101170'^^xsd:integer;
  dwc:aphiaIdAccepted '101170'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '154'^^xsd:integer;
  dwc:scientificName 'Neanthes fucata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130387'^^xsd:integer;
  dwc:aphiaIdAccepted '130387'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '602'^^xsd:integer;
  dwc:scientificName 'Neocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '104051'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '485'^^xsd:integer;
  dwc:scientificName 'Neohela monstrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '102108'^^xsd:integer;
  dwc:aphiaIdAccepted '102108'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '594'^^xsd:integer;
  dwc:scientificName 'Nephasoma minutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '424440'^^xsd:integer;
  dwc:aphiaIdAccepted '136060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '486'^^xsd:integer;
  dwc:scientificName 'Nephrops norvegicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107254'^^xsd:integer;
  dwc:aphiaIdAccepted '107254'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '156'^^xsd:integer;
  dwc:scientificName 'Nephtys caeca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130355'^^xsd:integer;
  dwc:aphiaIdAccepted '130355'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '155'^^xsd:integer;
  dwc:scientificName 'Nephtys ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130356'^^xsd:integer;
  dwc:aphiaIdAccepted '130356'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '157'^^xsd:integer;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '158'^^xsd:integer;
  dwc:scientificName 'Nephtys paradoxa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130365'^^xsd:integer;
  dwc:aphiaIdAccepted '130365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '159'^^xsd:integer;
  dwc:scientificName 'Nephtys sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '365'^^xsd:integer;
  dwc:scientificName 'Neptunea antiqua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138920'^^xsd:integer;
  dwc:aphiaIdAccepted '138920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '160'^^xsd:integer;
  dwc:scientificName 'Nereis pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130404'^^xsd:integer;
  dwc:aphiaIdAccepted '130404'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '161'^^xsd:integer;
  dwc:scientificName 'Nicomache lumbricalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130311'^^xsd:integer;
  dwc:aphiaIdAccepted '130311'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '162'^^xsd:integer;
  dwc:scientificName 'Nicomache trispinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130316'^^xsd:integer;
  dwc:aphiaIdAccepted '329801'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '588'^^xsd:integer;
  dwc:scientificName 'Nipponnemertes pulcher'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '122704'^^xsd:integer;
  dwc:aphiaIdAccepted '1652281'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '163'^^xsd:integer;
  dwc:scientificName 'Notomastus latericeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '129898'^^xsd:integer;
  dwc:aphiaIdAccepted '129898'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '164'^^xsd:integer;
  dwc:scientificName 'Notomastus sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '129220'^^xsd:integer;
  dwc:aphiaIdAccepted '129220'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '165'^^xsd:integer;
  dwc:scientificName 'Notophyllum foliosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130661'^^xsd:integer;
  dwc:aphiaIdAccepted '130661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '257'^^xsd:integer;
  dwc:scientificName 'Nucula hanleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140588'^^xsd:integer;
  dwc:aphiaIdAccepted '140588'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '259'^^xsd:integer;
  dwc:scientificName 'Nucula nucleus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140590'^^xsd:integer;
  dwc:aphiaIdAccepted '140590'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '260'^^xsd:integer;
  dwc:scientificName 'Nucula sulcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140592'^^xsd:integer;
  dwc:aphiaIdAccepted '140592'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '261'^^xsd:integer;
  dwc:scientificName 'Nuculana minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140577'^^xsd:integer;
  dwc:aphiaIdAccepted '140577'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '262'^^xsd:integer;
  dwc:scientificName 'Nuculana pernula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140579'^^xsd:integer;
  dwc:aphiaIdAccepted '140579'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '263'^^xsd:integer;
  dwc:scientificName 'Nuculoma tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '152321'^^xsd:integer;
  dwc:aphiaIdAccepted '140584'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '579'^^xsd:integer;
  dwc:scientificName 'Nymphon rubrum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '134705'^^xsd:integer;
  dwc:aphiaIdAccepted '150520'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '541'^^xsd:integer;
  dwc:scientificName 'Ocnus lacteus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '124645'^^xsd:integer;
  dwc:aphiaIdAccepted '124645'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '368'^^xsd:integer;
  dwc:scientificName 'Odostomia eulimoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140989'^^xsd:integer;
  dwc:aphiaIdAccepted '491650'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '366'^^xsd:integer;
  dwc:scientificName 'Odostomia Jordaniella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138413'^^xsd:integer;
  dwc:aphiaIdAccepted '138413'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '367'^^xsd:integer;
  dwc:scientificName 'Odostomia Megastomia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138413'^^xsd:integer;
  dwc:aphiaIdAccepted '138413'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '369'^^xsd:integer;
  dwc:scientificName 'Odostomia sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138413'^^xsd:integer;
  dwc:aphiaIdAccepted '138413'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '370'^^xsd:integer;
  dwc:scientificName 'Odostomia turrita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141022'^^xsd:integer;
  dwc:aphiaIdAccepted '141022'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '371'^^xsd:integer;
  dwc:scientificName 'Odostomia unidentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141025'^^xsd:integer;
  dwc:aphiaIdAccepted '141025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '372'^^xsd:integer;
  dwc:scientificName 'Oenopota turricula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '139336'^^xsd:integer;
  dwc:aphiaIdAccepted '160446'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '374'^^xsd:integer;
  dwc:scientificName 'Onchidoris muricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140640'^^xsd:integer;
  dwc:aphiaIdAccepted '140640'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '375'^^xsd:integer;
  dwc:scientificName 'Onoba semicostata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141320'^^xsd:integer;
  dwc:aphiaIdAccepted '141320'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '166'^^xsd:integer;
  dwc:scientificName 'Ophelia borealis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130491'^^xsd:integer;
  dwc:aphiaIdAccepted '130491'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '167'^^xsd:integer;
  dwc:scientificName 'Ophelina acuminata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130500'^^xsd:integer;
  dwc:aphiaIdAccepted '130500'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '542'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '168'^^xsd:integer;
  dwc:scientificName 'Ophiodromus flexuosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130187'^^xsd:integer;
  dwc:aphiaIdAccepted '710680'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '543'^^xsd:integer;
  dwc:scientificName 'Ophiopholis aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '125125'^^xsd:integer;
  dwc:aphiaIdAccepted '125125'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '544'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '545'^^xsd:integer;
  dwc:scientificName 'Ophiura affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '124911'^^xsd:integer;
  dwc:aphiaIdAccepted '124850'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '546'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '547'^^xsd:integer;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '548'^^xsd:integer;
  dwc:scientificName 'Ophiura robusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '124933'^^xsd:integer;
  dwc:aphiaIdAccepted '124933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '549'^^xsd:integer;
  dwc:scientificName 'Ophiura sarsii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '124934'^^xsd:integer;
  dwc:aphiaIdAccepted '124934'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '169'^^xsd:integer;
  dwc:scientificName 'Orbinia cuvieri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130521'^^xsd:integer;
  dwc:aphiaIdAccepted '130523'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '170'^^xsd:integer;
  dwc:scientificName 'Orbinia sertulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130523'^^xsd:integer;
  dwc:aphiaIdAccepted '130523'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '171'^^xsd:integer;
  dwc:scientificName 'Owenia fusiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130544'^^xsd:integer;
  dwc:aphiaIdAccepted '130544'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '487'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '488'^^xsd:integer;
  dwc:scientificName 'Pagurus cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107235'^^xsd:integer;
  dwc:aphiaIdAccepted '107235'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '489'^^xsd:integer;
  dwc:scientificName 'Pagurus pubescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107240'^^xsd:integer;
  dwc:aphiaIdAccepted '107240'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '264'^^xsd:integer;
  dwc:scientificName 'Palliolum furtivum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140707'^^xsd:integer;
  dwc:aphiaIdAccepted '140708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '266'^^xsd:integer;
  dwc:scientificName 'Palliolum tigerinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140710'^^xsd:integer;
  dwc:aphiaIdAccepted '140710'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '22'^^xsd:integer;
  dwc:scientificName 'Palmicellaria skenei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '153781'^^xsd:integer;
  dwc:aphiaIdAccepted '111120'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '490'^^xsd:integer;
  dwc:scientificName 'Pandalina brevirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107647'^^xsd:integer;
  dwc:aphiaIdAccepted '107647'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '492'^^xsd:integer;
  dwc:scientificName 'Pandalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107651'^^xsd:integer;
  dwc:aphiaIdAccepted '107651'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '267'^^xsd:integer;
  dwc:scientificName 'Panomya arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '152416'^^xsd:integer;
  dwc:aphiaIdAccepted '140105'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '172'^^xsd:integer;
  dwc:scientificName 'Panthalis oerstedi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '129737'^^xsd:integer;
  dwc:aphiaIdAccepted '129737'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '23'^^xsd:integer;
  dwc:scientificName 'Parasmittina trispinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111547'^^xsd:integer;
  dwc:aphiaIdAccepted '111547'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '268'^^xsd:integer;
  dwc:scientificName 'Parvicardium minimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '139010'^^xsd:integer;
  dwc:aphiaIdAccepted '1417307'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '269'^^xsd:integer;
  dwc:scientificName 'Parvicardium ovale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '139011'^^xsd:integer;
  dwc:aphiaIdAccepted '138999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '270'^^xsd:integer;
  dwc:scientificName 'Parvicardium scabrum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '139012'^^xsd:integer;
  dwc:aphiaIdAccepted '139012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '271'^^xsd:integer;
  dwc:scientificName 'Pecten maximus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140712'^^xsd:integer;
  dwc:aphiaIdAccepted '140712'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '173'^^xsd:integer;
  dwc:scientificName 'Pectinaria auricoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '334415'^^xsd:integer;
  dwc:aphiaIdAccepted '130590'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '174'^^xsd:integer;
  dwc:scientificName 'Pectinaria koreni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '234099'^^xsd:integer;
  dwc:aphiaIdAccepted '152367'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '46'^^xsd:integer;
  dwc:scientificName 'Pedicellina sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111796'^^xsd:integer;
  dwc:aphiaIdAccepted '111796'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '255'^^xsd:integer;
  dwc:scientificName 'Mysella bidentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140380'^^xsd:integer;
  dwc:aphiaIdAccepted '345281'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '484'^^xsd:integer;
  dwc:scientificName 'Natatolana borealis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '118859'^^xsd:integer;
  dwc:aphiaIdAccepted '118859'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '258'^^xsd:integer;
  dwc:scientificName 'Nucula nitidosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140589'^^xsd:integer;
  dwc:aphiaIdAccepted '140589'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '238'^^xsd:integer;
  dwc:scientificName 'Laevicardium crassum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '139004'^^xsd:integer;
  dwc:aphiaIdAccepted '139004'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '537'^^xsd:integer;
  dwc:scientificName 'Leptosynapta inhaerens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '124465'^^xsd:integer;
  dwc:aphiaIdAccepted '124465'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '311'^^xsd:integer;
  dwc:scientificName 'Bela brachystoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '139211'^^xsd:integer;
  dwc:aphiaIdAccepted '847930'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '318'^^xsd:integer;
  dwc:scientificName 'Chrysallida spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '153199'^^xsd:integer;
  dwc:aphiaIdAccepted '836020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '531'^^xsd:integer;
  dwc:scientificName 'Echinus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '124286'^^xsd:integer;
  dwc:aphiaIdAccepted '532035'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '569'^^xsd:integer;
  dwc:scientificName 'Eugyra arenosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '103764'^^xsd:integer;
  dwc:aphiaIdAccepted '1864698'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '470'^^xsd:integer;
  dwc:scientificName 'Hyperia galba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '103251'^^xsd:integer;
  dwc:aphiaIdAccepted '103251'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '551'^^xsd:integer;
  dwc:scientificName 'Psolus phantapus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '124710'^^xsd:integer;
  dwc:aphiaIdAccepted '124710'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '282'^^xsd:integer;
  dwc:scientificName 'Tellimya tenella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '152397'^^xsd:integer;
  dwc:aphiaIdAccepted '152397'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '417'^^xsd:integer;
  dwc:scientificName 'Tonicella marmorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140151'^^xsd:integer;
  dwc:aphiaIdAccepted '140151'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '110'^^xsd:integer;
  dwc:scientificName 'Ampharete grubei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '152272'^^xsd:integer;
  dwc:aphiaIdAccepted '152272'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '307'^^xsd:integer;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '379'^^xsd:integer;
  dwc:scientificName 'Philine punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140758'^^xsd:integer;
  dwc:aphiaIdAccepted '140758'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '273'^^xsd:integer;
  dwc:scientificName 'Pododesmus patelliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '138751'^^xsd:integer;
  dwc:aphiaIdAccepted '138751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '184'^^xsd:integer;
  dwc:scientificName 'Polyphysia crassa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130977'^^xsd:integer;
  dwc:aphiaIdAccepted '130977'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '21'^^xsd:integer;
  dwc:scientificName 'Oncousoecia dilatans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111745'^^xsd:integer;
  dwc:aphiaIdAccepted '111745'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '491'^^xsd:integer;
  dwc:scientificName 'Pandalus borealis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107649'^^xsd:integer;
  dwc:aphiaIdAccepted '107649'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '207'^^xsd:integer;
  dwc:scientificName 'Abra alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141433'^^xsd:integer;
  dwc:aphiaIdAccepted '141433'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '213'^^xsd:integer;
  dwc:scientificName 'Altenaeum dawsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '152312'^^xsd:integer;
  dwc:aphiaIdAccepted '152312'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '583'^^xsd:integer;
  dwc:scientificName 'Cerebratulus sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '122348'^^xsd:integer;
  dwc:aphiaIdAccepted '122348'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '49'^^xsd:integer;
  dwc:scientificName 'Bolivina sp'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '112101'^^xsd:integer;
  dwc:aphiaIdAccepted '112101'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '327'^^xsd:integer;
  dwc:scientificName 'Doto coronata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '139631'^^xsd:integer;
  dwc:aphiaIdAccepted '139631'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '476'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '254'^^xsd:integer;
  dwc:scientificName 'Myrtea spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140287'^^xsd:integer;
  dwc:aphiaIdAccepted '140287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '265'^^xsd:integer;
  dwc:scientificName 'Palliolum striatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140709'^^xsd:integer;
  dwc:aphiaIdAccepted '140709'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '175'^^xsd:integer;
  dwc:scientificName 'Pectinaria Pectinaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '129437'^^xsd:integer;
  dwc:aphiaIdAccepted '129437'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '373'^^xsd:integer;
  dwc:scientificName 'Onchidoris fusca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140638'^^xsd:integer;
  dwc:aphiaIdAccepted '150457'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '580'^^xsd:integer;
  dwc:scientificName 'Pallene brevirostris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '150566'^^xsd:integer;
  dwc:aphiaIdAccepted '134643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '132'^^xsd:integer;
  dwc:scientificName 'Gattyana cirrhosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '130749'^^xsd:integer;
  dwc:aphiaIdAccepted '130749'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '341'^^xsd:integer;
  dwc:scientificName 'Eulimella scillae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140953'^^xsd:integer;
  dwc:aphiaIdAccepted '140953'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '73'^^xsd:integer;
  dwc:scientificName 'Gonactinia prolifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '100912'^^xsd:integer;
  dwc:aphiaIdAccepted '100912'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '243'^^xsd:integer;
  dwc:scientificName 'Limatula subauriculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140242'^^xsd:integer;
  dwc:aphiaIdAccepted '140242'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '471'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '416'^^xsd:integer;
  dwc:scientificName 'Leptochiton asellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '140199'^^xsd:integer;
  dwc:aphiaIdAccepted '140199'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '377'^^xsd:integer;
  dwc:scientificName 'Philbertia reticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '428770'^^xsd:integer;
  dwc:aphiaIdAccepted '139366'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '500'^^xsd:integer;
  dwc:scientificName 'Processa edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '107683'^^xsd:integer;
  dwc:aphiaIdAccepted '107683'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '196'^^xsd:integer;
  dwc:scientificName 'Spinther arcticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '131104'^^xsd:integer;
  dwc:aphiaIdAccepted '131104'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '554'^^xsd:integer;
  dwc:scientificName 'Thyone fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '124670'^^xsd:integer;
  dwc:aphiaIdAccepted '124670'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '400'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/2038__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/2038__> ;
  mr:hasGeometry <https://eurobis.org/id/point/2038__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.251923 11.248752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.251923"^^xsd:decimal ;
  dwc:decimalLongitude "11.248752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "50000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/2038__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/2038_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2006-08-25'^^xsd:date;
  dwc:institutionCode 'MBL-Helsing++r'^^xsd:string;
  dwc:collectionCode 'National park L+ªs++'^^xsd:string;
  dwc:catalogNumber '27'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria reptans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'Denmark'^^xsd:string;
  dwc:stateProvince 'Nordjyllands Amt'^^xsd:string;
  dwc:county 'L+ªs++'^^xsd:string;
  dwc:longitude '11.248752'^^xsd:double;
  dwc:latitude '57.251923'^^xsd:double;
  dwc:coordinatePrecision '50000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:occurrenceRemarks '"List of marine benthic fauna from the L+ªs++ area registered in the period 1959-1965. Olesen, M. (ed.) 2005. Naturforholdene i havet omkring L+ªs++. Pilotprojekt Marin nationalpark L+ªs++. Published by ""arbejdsgruppen Havet""."'^^xsd:string;
  dwc:aphiaid '111247'^^xsd:integer;
  dwc:aphiaIdAccepted '738997'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF